comma
This commit is contained in:
parent
605b85ad6a
commit
7977accce3
1 changed files with 4 additions and 4 deletions
|
@ -259,13 +259,13 @@ myLogHook h = dynamicLogWithPP $ def {
|
||||||
|
|
||||||
myXmobarFormat = def {
|
myXmobarFormat = def {
|
||||||
--ppCurrent = xmobarColor "black" "white",
|
--ppCurrent = xmobarColor "black" "white",
|
||||||
ppTitleSanitize = xmobarStrip
|
ppTitleSanitize = xmobarStrip,
|
||||||
ppCurrent = wrap " " "" . xmobarBorder "Top" "#8be9fd" 2
|
ppCurrent = wrap " " "" . xmobarBorder "Top" "#8be9fd" 2,
|
||||||
ppHidden = white . wrap " " "",
|
ppHidden = white . wrap " " "",
|
||||||
ppHiddenNoWindows = lowWhite . wrap " " "",
|
ppHiddenNoWindows = lowWhite . wrap " " "",
|
||||||
ppUrgent = red . wrap (yellow "!") (yellow "!")
|
ppUrgent = red . wrap (yellow "!") (yellow "!"),
|
||||||
--ppOrder = \(ws:_) -> [ws]
|
--ppOrder = \(ws:_) -> [ws]
|
||||||
ppOrder = \[ws, l, _, wins] -> [ws, l, wins]
|
ppOrder = \[ws, l, _, wins] -> [ws, l, wins],
|
||||||
ppExtras = [logTitles formatFocused formatUnfocused]
|
ppExtras = [logTitles formatFocused formatUnfocused]
|
||||||
}
|
}
|
||||||
where
|
where
|
||||||
|
|
Loading…
Reference in a new issue