bai
This commit is contained in:
parent
b69c4f7768
commit
af7a8e8fed
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ myXmobarFormat = def {
|
|||
ppHiddenNoWindows = lowWhite . wrap " " "",
|
||||
ppUrgent = red . wrap (yellow "!") (yellow "!"),
|
||||
--ppOrder = \(ws:_) -> [ws]
|
||||
ppOrder = \[ws, l, _, wins] -> [ws, l, wins],
|
||||
ppOrder = \[ws, l, _ ] -> [ws, l ],
|
||||
ppExtras = [logTitles formatFocused formatUnfocused]
|
||||
}
|
||||
where
|
||||
|
|
Loading…
Reference in a new issue