brightness and volume control
This commit is contained in:
parent
a72fdaa3af
commit
5a782b0056
3 changed files with 14 additions and 2 deletions
5
system/global/scripts/brightness-down
Executable file
5
system/global/scripts/brightness-down
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
light -U 10
|
||||
notify-send "Brightness" -h int:value:$(light) -a brightness-down -t 1000
|
||||
|
||||
5
system/global/scripts/brightness-up
Executable file
5
system/global/scripts/brightness-up
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
light -A 10
|
||||
notify-send "Brightness" -h int:value:$(light) -a brightness-up -t 1000
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue