diff --git a/.config/xmobar/doom-one-xmobarrc b/.config/xmobar/doom-one-xmobarrc index f9460d0..060c519 100644 --- a/.config/xmobar/doom-one-xmobarrc +++ b/.config/xmobar/doom-one-xmobarrc @@ -66,5 +66,5 @@ Config { font = "xft:Ubuntu:weight=bold:pixelsize=11:antialias=true:h ] , sepChar = "%" , alignSep = "}{" - , template = " %UnsafeStdinReader% }{ %messages% %notify-log% %penguin% %kernel% %cpu% %memory% %disku% %uparrow% %uptime% %bell% %pacupdate% %baticon% %battery% %date% %trayerpad%" + , template = " %UnsafeStdinReader% }{ %messages% %notify-log% %penguin% %kernel% %cpu% %memory% %disku% %uparrow% %uptime% %bell% %pacupdate% %baticon% %battery% %date% %trayerpad%" } diff --git a/.config/xmonad/README.org b/.config/xmonad/README.org index 724114d..26901ef 100644 --- a/.config/xmonad/README.org +++ b/.config/xmonad/README.org @@ -185,6 +185,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 #+END_SRC diff --git a/.config/xmonad/xmonad.hs b/.config/xmonad/xmonad.hs index 251a886..e0139df 100644 --- a/.config/xmonad/xmonad.hs +++ b/.config/xmonad/xmonad.hs @@ -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")