[scripts] added monitor brightness scripts

This commit is contained in:
Afonso Franco 2024-09-07 03:08:15 +01:00
parent d4db461bfd
commit c5e61f0355
Signed by: afonso
SSH key fingerprint: SHA256:PQTRDHPH3yALEGtHXnXBp3Orfcn21pK20t0tS1kHg54
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