xmonad: corrected notification typo
This commit is contained in:
parent
dfd242eb18
commit
95db1e7b99
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue