1 2 3 4 5 6 7
#!/bin/sh while : do lux | xargs printf '%g%%\n' inotifywait -qqe modify /sys/class/backlight/*/brightness done