mirror of
https://github.com/bvanroll/oldest-dotfiles.git
synced 2025-09-01 21:42:44 +00:00
i3 and blocks changes for the win 95 look
This commit is contained in:
8
i3blocks/brightness
Executable file
8
i3blocks/brightness
Executable file
@@ -0,0 +1,8 @@
|
||||
case $BLOCK_BUTTON in
|
||||
3) xbacklight -set 20 ;;
|
||||
4) xbacklight -inc 10 ;;
|
||||
5) xbacklight -dec 10 ;;
|
||||
|
||||
esac
|
||||
|
||||
printf "%.0f" "$(xbacklight -get)"
|
Reference in New Issue
Block a user