[i3] Update themes and backlight
This commit is contained in:
12
bin/.bin/fade
Executable file
12
bin/.bin/fade
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
count=200
|
||||
for i in $(seq $count); do
|
||||
case $1 in
|
||||
'up')
|
||||
brightnessctl s +4
|
||||
;;
|
||||
'down')
|
||||
brightnessctl s 4-
|
||||
;;
|
||||
esac
|
||||
done
|
||||
Reference in New Issue
Block a user