missing comma
This commit is contained in:
parent
92ef2924ce
commit
a72ac9a03a
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