dotfiles

Yes, my $HOME has a git repo now :(

git clone git://git.shimmy1996.com/dotfiles.git

backlight (87B)

    1 #!/usr/bin/env bash
    2 
    3 BACKLIGHT_LEVEL=$(xbacklight -get)
    4 
    5 echo "$LABEL$BACKLIGHT_LEVEL"