scripts/dec_brightness.sh

5 lines
130 B
Bash
Raw Normal View History

2020-05-26 08:31:18 +02:00
#!/bin/bash
brightnessctl -q set 5%-
msg="Helligkeit: $(echo $(($(brightnessctl get)/12)))%"
notify-send --expire-time=500 "$msg"