diff options
-rw-r--r-- | lib/LogHook.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/LogHook.hs b/lib/LogHook.hs index b10fba0..f50a316 100644 --- a/lib/LogHook.hs +++ b/lib/LogHook.hs @@ -15,7 +15,7 @@ myLogHook = return () withStatusBars :: (LayoutClass l Window) => XConfig l -> XConfig l withStatusBars = dynamicSBs barSpawner -barSpawner :: ScreenId -> IO StatusBarConfig +barSpawner :: ScreenId -> X StatusBarConfig barSpawner = pure . xmobar where pp :: PP |