diff --git a/config/xmonad/xmonad.hs b/config/xmonad/xmonad.hs index 9c4016c2..a2d4f985 100644 --- a/config/xmonad/xmonad.hs +++ b/config/xmonad/xmonad.hs @@ -258,11 +258,10 @@ myLogHook h = dynamicLogWithPP $ def { } xmobarFormat = def { - ppCurrent = xmobarColor "black" "white" + ppCurrent = xmobarColor "black" "white", ppOutput = hPutStrLn h, ppExtras = [], ppOrder = \(ws:_) -> [ws] - } statusBar = statusBarProp "xmobar" (pure xmobarFormat)