5 lines
126 B
Bash
Executable File
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
|