xmonad: switched to polybar
This commit is contained in:
parent
b8aae88553
commit
2de61cfd7f
|
@ -29,7 +29,7 @@ main =
|
|||
. ewmh
|
||||
. withNavigation2DConfig myNav2DConf
|
||||
. (`additionalKeysP` myKeybinds)
|
||||
. withEasySB (statusBarProp "xmobar" (pure myXmobarPP)) defToggleStrutsKey
|
||||
. withEasySB (statusBarProp "polybar" (pure myPolybarPP)) defToggleStrutsKey
|
||||
$ myConfig
|
||||
|
||||
-- myConfig :: XConfig (Choose (ModifiedLayout Spacing Tall) (Choose (Mirror (ModifiedLayout Spacing Tall)) Full))
|
||||
|
@ -52,11 +52,11 @@ myStartupHook = do
|
|||
spawnOnce myScreenLockCmd
|
||||
|
||||
------------
|
||||
-- xmobar --
|
||||
-- polybar --
|
||||
------------
|
||||
|
||||
myXmobarPP :: PP
|
||||
myXmobarPP =
|
||||
myPolybarPP :: PP
|
||||
myPolybarPP =
|
||||
def
|
||||
{ ppCurrent = wrap "" "" . xmobarBorder "Top" blue 2,
|
||||
ppExtras = [logTitles formatFocused formatUnfocused],
|
||||
|
|
Loading…
Reference in a new issue