dotfiles/i3/scripts/light

10 lines
344 B
Plaintext
Raw Normal View History

2016-01-08 18:44:19 +01:00
#!/bin/sh
case $BLOCK_BUTTON in
1) xbacklight -inc 20 ;; # left click, high light
3) xbacklight -dec 20 ;; # right click, low light
4) xbacklight -inc 20 ;; # scroll up, increase light
5) xbacklight -dec 20 ;; # scroll down, decrease light
esac
2016-09-10 18:18:41 +02:00
echo -e "<span foreground='#729FCF'>&#xf0eb; </span>"`xbacklight | cut -d'.' -f1`