i3 and blocks changes for the win 95 look

This commit is contained in:
2018-11-19 16:19:01 +01:00
parent 97a2d2e750
commit 833702fa4b
6 changed files with 235 additions and 108 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)"