xmonad: increased brightness increment to 10

This commit is contained in:
Serĉanto de Scio 2023-12-05 20:45:31 +10:00
parent 6a157cc865
commit 786f1ebcb7
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -185,8 +185,8 @@ promptTheme =
------------------
brightnessDown, brightnessUp, browser, discord, editor, element, hibernate, incognitoBrowser, iogBrowser, launcher, logseq, musicPlayer, notificationDaemon, obs, screenshot, signal, slack, iogNeomuttTerminal, iogTerminal, mioTerminal, myNeomuttTerminal, myTerminal, volumeDown, volumeMute, volumeUp :: String
brightnessDown = "light -U 5 ; notify-send -h int:value:$(light -G) \"Brightness\""
brightnessUp = "light -A 5 ; notify-send -h int:value:$(light -G) \"Brightness\""
brightnessDown = "light -U 10 ; notify-send -h int:value:$(light -G) \"Brightness\""
brightnessUp = "light -A 10 ; notify-send -h int:value:$(light -G) \"Brightness\""
browser = "firefox"
daedalus = "daedalus"
discord = "discord"