Looking for one more sign
This commit is contained in:
parent
6f37e3c563
commit
696dcd1d27
7 changed files with 34 additions and 111 deletions
12
.local/bin/setbr
Executable file
12
.local/bin/setbr
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/sh
|
||||
steps="5"
|
||||
device="intel_backlight"
|
||||
delay="125000"
|
||||
|
||||
case "$1" in
|
||||
increase) brillo -s $device -u $delay -q -A $steps ;;
|
||||
decrease) brillo -s $device -u $delay -q -U $steps ;;
|
||||
-h|*) echo "usage: setbr increase|decrease" >&2; exit 1; ;;
|
||||
esac
|
||||
|
||||
pkill -RTMIN+4 slstatus
|
Loading…
Add table
Add a link
Reference in a new issue