sxhkd: Show notifications when changing brightness

Now it's possible to see exactly how much brightness the display has.
This commit is contained in:
Donovan Glover 2022-07-28 03:46:34 -04:00
parent b81a91e39f
commit 7178f19424
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -107,10 +107,10 @@ super + F4
pactl set-source-mute @DEFAULT_SOURCE@ toggle
super + F5
brightnessctl set 5%-
brightnessctl set 5%- && notify-send -t 2000 "Decreased brightness to" "$(brightnessctl get)"
super + F6
brightnessctl set +5%
brightnessctl set +5% && notify-send -t 2000 "Increased brightness to" "$(brightnessctl get)"
super + F7
notify-send -t 2000 "F7" "No command defined."