From 333434a6e96ca2920b79997e454c6a3dd457f49b Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 8 Jul 2022 01:15:46 +0200 Subject: XMobar: Fix wrong offset in createDwmBox --- dotfiles/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles') diff --git a/dotfiles/xmonad.hs b/dotfiles/xmonad.hs index 3ac2d2e..1a823fb 100644 --- a/dotfiles/xmonad.hs +++ b/dotfiles/xmonad.hs @@ -249,7 +249,7 @@ myStatusBar = statusBarProp "xmobar" (do ) where getNumberOfWindowsInWorkpace = withWindowSet (pure . length . W.index) - createDwmBox color prefix = "" ++ prefix ++ "" + createDwmBox color prefix = "" ++ prefix ++ "" ------------------------------------------------------------------------ -- Launch xmonad with the aforementioned settings -- cgit 1.4.1