customize a little for fun
This commit is contained in:
parent
49df309594
commit
86e264077a
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ myLogHook h = dynamicLogWithPP $ def {
|
|||
myXmobarFormat = def {
|
||||
--ppCurrent = xmobarColor "black" "white",
|
||||
ppTitleSanitize = xmobarStrip,
|
||||
ppCurrent = wrap " " "" . xmobarBorder "Top" "#8be9fd" 2,
|
||||
ppCurrent = wrap "> " "<" . xmobarBorder "Top" "#8be9fd" 2,
|
||||
ppHidden = white . wrap " " "",
|
||||
ppHiddenNoWindows = lowWhite . wrap " " "",
|
||||
ppUrgent = red . wrap (yellow "!") (yellow "!"),
|
||||
|
|
Loading…
Reference in a new issue