💾 Archived View for ait.place › dot › bin › .local › bin › monbrightness.txt captured on 2022-06-03 at 22:56:38.

View Raw

More Information

⬅️ Previous capture (2021-12-03)

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

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