chore(scripts): added monitor brightness scripts
This commit is contained in:
parent
52932009ae
commit
21cb4e9b39
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