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