dunst: Add brightness level notifications
Added notifications on changing brightness, will stack by default to show the current level before disappearing. The script to change and notify can be run through the command `control-brightness`, and is bound to the sxhkd media key shortcuts for brightness changes. Removed the brightness indicator from polybar since it should be easy enough to check current brightness by doing a quick higher-lower and that's it. Kept the module in polybar configuration script since I might reconsider its removal if it turns out to have been useful.
This commit is contained in:
parent
0a6f47bc5a
commit
d2e44d330d
4 changed files with 64 additions and 7 deletions
|
|
@ -19,7 +19,7 @@ super + F7
|
|||
|
||||
# enable function (/media) key functionality
|
||||
XF86MonBrightness{Up,Down}
|
||||
xbacklight {-inc,-dec} 10
|
||||
control-brightness {up, down} 10
|
||||
XF86AudioMute
|
||||
pavolume mutetoggle
|
||||
XF86Audio{LowerVolume,RaiseVolume}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue