missing comma

This commit is contained in:
Sakooooo 2023-07-25 01:26:27 +03:00
parent a5aa54a397
commit c9e872f687
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

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