Adding notify-log script to xmonad/xmobar.

This commit is contained in:
Derek Taylor 2023-01-01 13:11:47 -06:00
parent e6c08d2a75
commit 13c6509f52
2 changed files with 2 additions and 2 deletions

View File

@ -185,7 +185,7 @@ myStartupHook = do
spawnOnce "picom"
spawnOnce "nm-applet"
spawnOnce "volumeicon"
spawnOnce "notify-log ~/.log/notify.log"
spawnOnce "notify-log $HOME/.log/notify.log"
spawn "/usr/bin/emacs --daemon" -- emacs daemon for the emacsclient
#+END_SRC

View File

@ -128,7 +128,7 @@ myStartupHook = do
spawnOnce "picom"
spawnOnce "nm-applet"
spawnOnce "volumeicon"
spawnOnce "notify-log ~/.log/notify.log"
spawnOnce "notify-log $HOME/.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")