configuration/local/bin/bslider

5 lines
93 B
Plaintext
Raw Normal View History

2017-10-30 23:19:57 +01:00
#!/bin/sh
wjt -x "$(xbacklight -get)" | while read next; do
xbacklight -set "$next"
done