add *.sh
This commit is contained in:
4
dec_brightness.sh
Executable file
4
dec_brightness.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
brightnessctl -q set 5%-
|
||||
msg="Helligkeit: $(echo $(($(brightnessctl get)/12)))%"
|
||||
notify-send --expire-time=500 "$msg"
|
Reference in New Issue
Block a user