configuration/local/bin/bslider
2018-02-26 11:53:20 +01:00

5 lines
126 B
Bash
Executable File

#!/bin/sh
xbacklight -get | xargs printf '%.0f' | xargs wjt -x | while read next; do
xbacklight -time 0 -set "$next"
done