xmonad: corrected notification typo

This commit is contained in:
Serĉanto de Scio 2023-10-17 15:21:06 +10:00
parent dfd242eb18
commit 95db1e7b99
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -51,7 +51,7 @@ myStartupHook :: X ()
myStartupHook = do
spawnOnce myBackground
spawnOnce myScreenLockCmd
spawnOnce notifcationDaemon
spawnOnce notificationDaemon
------------
-- polybar --
@ -184,7 +184,7 @@ promptTheme =
-- Applications --
------------------
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, notificationDaemon, obs, screenshot, signal, slack, 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\""
browser = "firefox"
@ -201,7 +201,7 @@ launcher = "rofi -show drun"
logseq = "logseq"
musicPlayer = "spotify"
myBackground = "feh --bg-fill ~/Documents/images/posters/IMG_1088_resize.jpg"
notifcationDaemon = "dunst"
notificationDaemon = "dunst"
obs = "obs"
screenshot = "flameshot gui"
signal = "signal-desktop"