chore(scripts): added monitor brightness scripts
This commit is contained in:
parent
6afc535720
commit
d67a74d2da
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
Add a link
Reference in a new issue