configuration/local/bin/bslider

5 lines
126 B
Plaintext
Raw Normal View History

2017-10-30 23:19:57 +01:00
#!/bin/sh
2018-02-26 11:53:20 +01:00
xbacklight -get | xargs printf '%.0f' | xargs wjt -x | while read next; do
xbacklight -time 0 -set "$next"
2017-10-30 23:19:57 +01:00
done