diff options
| author | Christian <[email protected]> | 2026-05-22 19:48:26 -0500 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-05-22 19:48:26 -0500 |
| commit | a13dd5c1992d7804ba28530a13510fe5842596d5 (patch) | |
| tree | a01747bad45ad4f0fcc8bfaf19029f61143272ea /modules/xmonad.hs | |
| parent | fd43635039bc63e4e56601fc2b74c0e83b11a1bf (diff) | |
Add workspace indicator to xmobar
Diffstat (limited to 'modules/xmonad.hs')
| -rw-r--r-- | modules/xmonad.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
