xmonad: corrected notification typo
This commit is contained in:
parent
dfd242eb18
commit
95db1e7b99
|
@ -51,7 +51,7 @@ myStartupHook :: X ()
|
||||||
myStartupHook = do
|
myStartupHook = do
|
||||||
spawnOnce myBackground
|
spawnOnce myBackground
|
||||||
spawnOnce myScreenLockCmd
|
spawnOnce myScreenLockCmd
|
||||||
spawnOnce notifcationDaemon
|
spawnOnce notificationDaemon
|
||||||
|
|
||||||
------------
|
------------
|
||||||
-- polybar --
|
-- polybar --
|
||||||
|
@ -184,7 +184,7 @@ promptTheme =
|
||||||
-- Applications --
|
-- 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\""
|
brightnessDown = "light -U 5 ; notify-send -h int:value:$(light -G) \"Brightness\""
|
||||||
brightnessUp = "light -A 5 ; notify-send -h int:value:$(light -G) \"Brightness\""
|
brightnessUp = "light -A 5 ; notify-send -h int:value:$(light -G) \"Brightness\""
|
||||||
browser = "firefox"
|
browser = "firefox"
|
||||||
|
@ -201,7 +201,7 @@ launcher = "rofi -show drun"
|
||||||
logseq = "logseq"
|
logseq = "logseq"
|
||||||
musicPlayer = "spotify"
|
musicPlayer = "spotify"
|
||||||
myBackground = "feh --bg-fill ~/Documents/images/posters/IMG_1088_resize.jpg"
|
myBackground = "feh --bg-fill ~/Documents/images/posters/IMG_1088_resize.jpg"
|
||||||
notifcationDaemon = "dunst"
|
notificationDaemon = "dunst"
|
||||||
obs = "obs"
|
obs = "obs"
|
||||||
screenshot = "flameshot gui"
|
screenshot = "flameshot gui"
|
||||||
signal = "signal-desktop"
|
signal = "signal-desktop"
|
||||||
|
|
Loading…
Reference in a new issue