dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit fabd8af1a732e0e794e463b690dcdff58eafb96d
parent 1f0298ae65d4dd926663df1fee3b511bc0a9a0ce
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Mon, 11 Nov 2019 01:38:33 -0500

xrandr-brightness: better help

Former-commit-id: fe384e1c635b6c884daf5150a30140d9280766cd
Diffstat:
Mscripts/xrandr-brightness | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/xrandr-brightness b/scripts/xrandr-brightness @@ -31,5 +31,5 @@ elif [ "$1" = "get" ]; then echo "Gamma: $(xrandr --verbose | grep Gamma | tr -d ' \t\n' | awk -F: '{ printf "%f:%f:%f", 1/$2, 1/$3, 1/$4 }')" fi else - echo "up, down, gamma r:g:b" + echo "up, down, gamma (r:g:b | night)" fi