[scripts] added monitor brightness scripts
This commit is contained in:
parent
d4db461bfd
commit
c5e61f0355
2 changed files with 8 additions and 0 deletions
4
.local/bin/monitor-0-brightness
Executable file
4
.local/bin/monitor-0-brightness
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
ddcutil -d 1 setvcp 10 0
|
||||||
|
ddcutil -d 2 setvcp 10 0
|
4
.local/bin/monitor-100-brightness
Executable file
4
.local/bin/monitor-100-brightness
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
ddcutil -d 1 setvcp 10 100
|
||||||
|
ddcutil -d 2 setvcp 10 100
|
Loading…
Add table
Reference in a new issue