💾 Archived View for ait.place › dot › bin › .local › bin › monbrightness.txt captured on 2021-12-05 at 23:47:19.

View Raw

More Information

⬅️ Previous capture (2021-12-03)

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

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