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