mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 20:10:23 +10:00
Working on making polybar work with DTOS.
This commit is contained in:
@@ -178,7 +178,6 @@ myStartupHook :: X ()
|
||||
myStartupHook = do
|
||||
spawnOnce (mySoundPlayer ++ startupSound)
|
||||
spawn "killall conky" -- kill current conky on each restart
|
||||
spawn "killall polybar" -- kill current polybar on each restart
|
||||
#+END_SRC
|
||||
|
||||
#+BEGIN_SRC haskell
|
||||
@@ -193,7 +192,7 @@ myStartupHook = do
|
||||
We killed any running conky processes earlier in the autostart, so now we sleep for 2 seconds and then restart conky.
|
||||
#+BEGIN_SRC haskell
|
||||
spawn ("sleep 2 && conky -c $HOME/.config/conky/xmonad/" ++ colorScheme ++ "-01.conkyrc")
|
||||
spawn "sleep 2 && $HOME/.config/polybar/launch.sh"
|
||||
spawn "polybar-xmonad"
|
||||
#+END_SRC
|
||||
|
||||
Select only =ONE= of the following four ways to set the wallpaper.
|
||||
|
||||
Reference in New Issue
Block a user