Skip to content
View cirrusUK's full-sized avatar
💭
Dunroamin, Duncarin, Dunlivin.
💭
Dunroamin, Duncarin, Dunlivin.
Block or Report

Block or report cirrusUK

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. termite emulator orange theme and ot... termite emulator orange theme and other stuff
    1
    !  __  ___ __ ___  ___  ___  _   _ _ __ ___ ___  ___ 
    2
    !  \ \/ / '__/ _ \/ __|/ _ \| | | | '__/ __/ _ \/ __|
    3
    ! _ >  <| | |  __/\__ \ (_) | |_| | | | (_|  __/\__ \
    4
    !(_)_/\_\_|  \___||___/\___/ \__,_|_|  \___\___||___/
    5
    !                                                    
  2. dwm.6.2 dwm.6.2 Public

    my dwm build with desired patches applied

    C 1

  3. shell script for downloading/streami... shell script for downloading/streaming music from pre defined websites
    1
    #/usr/local/settings/PlayMusic.settings
    2
    mplayer  #first line should be player
    3
    http://ccmixter.org/view/media/samples/mixed
    4
    http://ccmixter.org/view/media/remix
    5
    http://mp3.com/top-downloads/genre/jazz/
  4. shell script to show terminal colour... shell script to show terminal colours, based on the arcade game pacman
    1
    #!/bin/sh
    2
    
                  
    3
    # ANSI Color -- use these variables to easily have different color
    4
    #    and format output. Make sure to output the reset sequence after 
    5
    #    colors (f = foreground, b = background), and use the 'off'
  5. truthstream-fzf truthstream-fzf Public

    just a fuzzy way of perusing and playing truthstream videos'

    Shell

  6. Fuzzy find lyrics and show on scren ... Fuzzy find lyrics and show on scren with on screen display
    1
    #!/bin/sh
    2
    # Get song lyrics from your chosen source_dir  (mp3 folder)   lyrico will save lyric files in defined lyrics_dir
    3
    # DEPENDENCY : lyrico https://github.com/abhimanyuPathania/lyrico, pv : https://github.com/icetee/pv, \
    4
    # osd_cat : http://www.linuxintro.org/wiki/Osd_cat and fzf : https://github.com/junegunn/fzf
    5
    dir=(/home/cirrus/.lyrics)