kdenk dak het gedaan heb

This commit is contained in:
2019-04-18 14:27:18 +02:00
parent edd07dc8da
commit f9040101a2
33 changed files with 3639 additions and 0 deletions

8
i3blocks/brightness Executable file
View 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)"