From 68243da80a76b94bf464db5751b4b3d08c7c7e1f Mon Sep 17 00:00:00 2001 From: tdback Date: Mon, 3 Feb 2025 21:25:38 -0500 Subject: move to X monad for breaking change in xmonad-contrib 0.18.1 --- lib/LogHook.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3