add backlight slider
This commit is contained in:
parent
1d1eb88aaf
commit
62f76f412c
4
local/bin/bslider
Executable file
4
local/bin/bslider
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
wjt -x "$(xbacklight -get)" | while read next; do
|
||||
xbacklight -set "$next"
|
||||
done
|
Loading…
Reference in New Issue
Block a user