configuration/local/bin/bslider
2017-10-30 23:19:57 +01:00

5 lines
93 B
Bash
Executable File

#!/bin/sh
wjt -x "$(xbacklight -get)" | while read next; do
xbacklight -set "$next"
done