mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-16 11:51:13 +01:00
sxhkd: Show notifications when changing brightness
Now it's possible to see exactly how much brightness the display has.
This commit is contained in:
parent
b81a91e39f
commit
7178f19424
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user