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