nvm those r important
This commit is contained in:
parent
c0a01acad2
commit
4c7ba562ca
1 changed files with 2 additions and 2 deletions
|
@ -267,8 +267,8 @@ myXmobarFormat = def {
|
|||
ppExtras = [logTitles formatFocused formatUnfocused]
|
||||
}
|
||||
where
|
||||
-- formatFocused = wrap (white "[") (white "]") . magenta . ppWindow
|
||||
-- formatUnfocused = wrap (lowWhite "[") (lowWhite "]") . blue . ppWindow
|
||||
formatFocused = wrap (white "[") (white "]") . magenta . ppWindow
|
||||
formatUnfocused = wrap (lowWhite "[") (lowWhite "]") . blue . ppWindow
|
||||
|
||||
-- | Windows should have *some* title, which should not not exceed a
|
||||
-- sane length.
|
||||
|
|
Loading…
Reference in a new issue