chore(scripts): added monitor brightness scripts

This commit is contained in:
Afonso Franco 2024-09-07 03:08:15 +01:00
parent 52932009ae
commit 21cb4e9b39
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,4 @@
#!/bin/sh
ddcutil -d 1 setvcp 10 0
ddcutil -d 2 setvcp 10 0

View file

@ -0,0 +1,4 @@
#!/bin/sh
ddcutil -d 1 setvcp 10 100
ddcutil -d 2 setvcp 10 100