fix logMode
This commit is contained in:
parent
10c23160e0
commit
1c125cfd30
1 changed files with 2 additions and 1 deletions
|
@ -218,12 +218,13 @@ myXmobarPP :: PP
|
|||
myXmobarPP = def
|
||||
{ ppSep = grey0 " "
|
||||
, ppCurrent = blue . wrap " " ""
|
||||
, ppTitle = grey0 . wrap " " "" . shorten 50
|
||||
, ppVisible = purple . wrap " " ""
|
||||
, ppHidden = grey0 . wrap " " ""
|
||||
, ppHiddenNoWindows = grey0 . wrap " " ""
|
||||
, ppUrgent = red . wrap " " ""
|
||||
, ppLayout = aqua . wrap (grey0 " <fn=1>[</fn> ") (grey0 " <fn=1>]</fn> ")
|
||||
, ppOrder = \[ws, l, _, mode] -> [ws, l, mode]
|
||||
, ppOrder = \case { [ws, l, title, mode] -> [ws, l, mode, title]; xs -> xs }
|
||||
, ppExtras = [logMode]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue