From a13dd5c1992d7804ba28530a13510fe5842596d5 Mon Sep 17 00:00:00 2001 From: Christian Date: Fri, 22 May 2026 19:48:26 -0500 Subject: Add workspace indicator to xmobar --- modules/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/xmonad.hs') diff --git a/modules/xmonad.hs b/modules/xmonad.hs index 79dbbba..6f88748 100644 --- a/modules/xmonad.hs +++ b/modules/xmonad.hs @@ -26,7 +26,7 @@ myConfig = defaultConfig [ ( (mod1Mask, xK_q), restart "xmonad" True ) , ( (mod1Mask, xK_f), sendMessage ToggleStruts ) ] -mySB = statusBarProp "xmobar" (pure xmobarPP) +mySB = statusBarProp "xmobar" (pure xmobarPP { ppTitle = const "" }) -- main = xmonad $ withEasySB mySB defToggleStrutsKey def main = getDirectories >>= launch (docks $ withSB mySB myConfig) -- cgit v1.2.3