Working on making polybar work with DTOS.

This commit is contained in:
Derek Taylor
2023-03-01 18:46:10 -06:00
parent 9a74222f1c
commit e40e6e39d0
4 changed files with 1779 additions and 10 deletions

View File

@@ -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.