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