5 lines
96 B
Bash
Executable file
5 lines
96 B
Bash
Executable file
#!/bin/sh
|
|
|
|
light -A 10
|
|
notify-send "Brightness" -h int:value:$(light) -a brightness-up -t 1000
|
|
|