From e4ec6e4507057e4887ed1eaa8506ee3b15a3c494 Mon Sep 17 00:00:00 2001 From: ramazanemreosmanoglu Date: Sun, 23 Oct 2022 13:34:03 +0300 Subject: [PATCH] Use xmobarProp --- .config/xmonad/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/xmonad/xmonad.hs b/.config/xmonad/xmonad.hs index 0d3cb6b..6df6c83 100644 --- a/.config/xmonad/xmonad.hs +++ b/.config/xmonad/xmonad.hs @@ -6,7 +6,7 @@ import XMonad.Hooks.StatusBar.PP import XMonad.Hooks.EwmhDesktops main = do - xmonad . ewmhFullscreen . ewmh $ def + xmonad . ewmhFullscreen . ewmh . xmobarProp $ def { terminal = myTerminal , modMask = myModMask , borderWidth = myBorderWidth