From c9e872f687acbe98620e394341601f6aa5257a49 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 25 Jul 2023 01:26:27 +0300 Subject: [PATCH] missing comma --- config/xmonad/xmonad.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)