mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 12:00:24 +10:00
Adding notify-log script to xmonad/xmobar.
This commit is contained in:
@@ -185,7 +185,7 @@ myStartupHook = do
|
|||||||
spawnOnce "picom"
|
spawnOnce "picom"
|
||||||
spawnOnce "nm-applet"
|
spawnOnce "nm-applet"
|
||||||
spawnOnce "volumeicon"
|
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 "/usr/bin/emacs --daemon" -- emacs daemon for the emacsclient
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
|||||||
@@ -128,7 +128,7 @@ myStartupHook = do
|
|||||||
spawnOnce "picom"
|
spawnOnce "picom"
|
||||||
spawnOnce "nm-applet"
|
spawnOnce "nm-applet"
|
||||||
spawnOnce "volumeicon"
|
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 "/usr/bin/emacs --daemon" -- emacs daemon for the emacsclient
|
||||||
|
|
||||||
spawn ("sleep 2 && conky -c $HOME/.config/conky/xmonad/" ++ colorScheme ++ "-01.conkyrc")
|
spawn ("sleep 2 && conky -c $HOME/.config/conky/xmonad/" ++ colorScheme ++ "-01.conkyrc")
|
||||||
|
|||||||
Reference in New Issue
Block a user