mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-17 21:24:49 +10:00
Adding notify-log script to xmonad/xmobar.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user