💾 Archived View for ait.place › dot › bin › .local › bin › monbrightness.txt captured on 2022-06-11 at 21:19:37.
View Raw
More Information
⬅️ Previous capture (2021-12-03)
-=-=-=-=-=-=-
#!/bin/sh i=/sys/class/backlight/edp-backlight/brightness echo "$(($(cat $i) $1))" > $i