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