xmonad: added brightness notifications

This commit is contained in:
Serĉanto de Scio 2023-09-18 10:36:45 +10:00
parent 3fc68b64d0
commit a2b221e888
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -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 = "light -U 5"
brightnessUp = "light -A 5"
brightnessDown = "light -U 5 ; notify-send -h int:value:$(light -G) \"Brightness\""
brightnessUp = "light -A 5 ; notify-send -h int:value:$(light -G) \"Brightness\""
browser = "librewolf"
daedalus = "daedalus"
discord = "discord"