Switch vim colorsceme to gruvbox

This commit is contained in:
Dave Gallant
2020-11-27 13:22:09 -05:00
parent f335ba220f
commit 5e08dc7c58
4 changed files with 1423 additions and 6 deletions

View File

@@ -313,7 +313,7 @@ myStartupHook = do
-- Run xmonad with the settings you specify. No need to modify this.
--
main = do
xmproc <- spawnPipe "LC_ALL=C.UTF-8 xmobar -x 1 ~/.config/xmobar/xmobar.hs"
xmproc <- spawnPipe "LC_ALL=C.UTF-8 xmobar -x 2 ~/.config/xmobar/xmobar.hs"
xmonad $ ewmh $ docks defaultConfig {
-- simple stuff
terminal = myTerminal,