#!/bin/sh while : do lux | xargs printf '%g%%\n' inotifywait -qqe modify /sys/class/backlight/*/brightness done