add backlight slider
This commit is contained in:
parent
1d1eb88aaf
commit
62f76f412c
1 changed files with 4 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue