xmonad: added brightness notifications
This commit is contained in:
parent
3fc68b64d0
commit
a2b221e888
|
@ -184,8 +184,8 @@ promptTheme =
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
brightnessDown, brightnessUp, browser, discord, editor, element, hibernate, incognitoBrowser, iogBrowser, launcher, logseq, musicPlayer, notifcationDaemon, obs, screenshot, signal, slack, myTerminal, volumeDown, volumeMute, volumeUp :: String
|
brightnessDown, brightnessUp, browser, discord, editor, element, hibernate, incognitoBrowser, iogBrowser, launcher, logseq, musicPlayer, notifcationDaemon, obs, screenshot, signal, slack, myTerminal, volumeDown, volumeMute, volumeUp :: String
|
||||||
brightnessDown = "light -U 5"
|
brightnessDown = "light -U 5 ; notify-send -h int:value:$(light -G) \"Brightness\""
|
||||||
brightnessUp = "light -A 5"
|
brightnessUp = "light -A 5 ; notify-send -h int:value:$(light -G) \"Brightness\""
|
||||||
browser = "librewolf"
|
browser = "librewolf"
|
||||||
daedalus = "daedalus"
|
daedalus = "daedalus"
|
||||||
discord = "discord"
|
discord = "discord"
|
||||||
|
|
Loading…
Reference in a new issue