diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index 9bbb520..d196261 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -41,7 +41,7 @@ highlightForeground = "#1c1c1c" -- Set xmobar as my task bar. myWsBar :: String -myWsBar = "xmobar -v $HOME/.xmobarrc" +myWsBar = "xmobar -v -d $HOME/.xmobarrc" myXPConfig = def -- Configure the prompt's appearance { alwaysHighlight = True