Use xmobarProp

This commit is contained in:
ramazanemreosmanoglu 2022-10-23 13:34:03 +03:00
parent c78f618366
commit e4ec6e4507

View file

@ -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