mirror of
https://github.com/bvanroll/older-dotfiles.git
synced 2025-08-29 12:02:49 +00:00
kdenk dak het gedaan heb
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