commit 14465785341284816e3d1dbde5f29445a9b93148 parent 5a37d106321ee34f6653c5cc6bd866f5f6b63fc7 Author: dwrz <dwrz@dwrz.net> Date: Sat, 21 Oct 2023 20:51:52 +0000 Add modprobe i2c-dev to monitor-light script Diffstat:
M | scripts/monitor-light | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/scripts/monitor-light b/scripts/monitor-light @@ -1,4 +1,5 @@ #!/bin/sh +doas modprobe i2c-dev doas ddcutil getvcp 10 | grep "current value" doas ddcutil setvcp 10 "$1" > /dev/null 2>&1