💾 Archived View for ait.place › dot › bin › monbrightness.txt captured on 2022-07-16 at 13:49:41.

View Raw

More Information

-=-=-=-=-=-=-

#!/bin/sh
i=/sys/class/backlight/edp-backlight/brightness
echo "$(($(cat $i) $1))" > $i