Adding notify-log script to xmonad/xmobar.

This commit is contained in:
Derek Taylor
2023-01-01 12:52:05 -06:00
parent b40026471e
commit e6c08d2a75
3 changed files with 3 additions and 1 deletions

View File

@@ -128,6 +128,7 @@ myStartupHook = do
spawnOnce "picom"
spawnOnce "nm-applet"
spawnOnce "volumeicon"
spawnOnce "notify-log ~/.log/notify.log"
spawn "/usr/bin/emacs --daemon" -- emacs daemon for the emacsclient
spawn ("sleep 2 && conky -c $HOME/.config/conky/xmonad/" ++ colorScheme ++ "-01.conkyrc")