i wanna slam my head against a wall later
This commit is contained in:
parent
af7a8e8fed
commit
1ecb96ae4e
|
@ -265,8 +265,8 @@ myXmobarFormat = def {
|
|||
ppHidden = white . wrap " " "",
|
||||
ppHiddenNoWindows = lowWhite . wrap " " "",
|
||||
ppUrgent = red . wrap (yellow "!") (yellow "!"),
|
||||
--ppOrder = \(ws:_) -> [ws]
|
||||
ppOrder = \[ws, l, _ ] -> [ws, l ],
|
||||
ppOrder = \(ws:_) -> [ws],
|
||||
--ppOrder = \[ws l, _ ] -> [ws, l ],
|
||||
ppExtras = [logTitles formatFocused formatUnfocused]
|
||||
}
|
||||
where
|
||||
|
|
Loading…
Reference in a new issue