change focused thing
This commit is contained in:
parent
a72ac9a03a
commit
c0a01acad2
1 changed files with 3 additions and 3 deletions
|
@ -258,7 +258,7 @@ myLogHook h = dynamicLogWithPP $ def {
|
||||||
myXmobarFormat = def {
|
myXmobarFormat = def {
|
||||||
--ppCurrent = xmobarColor "black" "white",
|
--ppCurrent = xmobarColor "black" "white",
|
||||||
ppTitleSanitize = xmobarStrip,
|
ppTitleSanitize = xmobarStrip,
|
||||||
ppCurrent = wrap (magenta">") (magenta "<"),
|
ppCurrent = wrap (magenta"[") (magenta "]"),
|
||||||
ppHidden = white . wrap " " "",
|
ppHidden = white . wrap " " "",
|
||||||
ppHiddenNoWindows = lowWhite . wrap " " "",
|
ppHiddenNoWindows = lowWhite . wrap " " "",
|
||||||
ppUrgent = red . wrap (yellow "!") (yellow "!"),
|
ppUrgent = red . wrap (yellow "!") (yellow "!"),
|
||||||
|
@ -267,8 +267,8 @@ myXmobarFormat = def {
|
||||||
ppExtras = [logTitles formatFocused formatUnfocused]
|
ppExtras = [logTitles formatFocused formatUnfocused]
|
||||||
}
|
}
|
||||||
where
|
where
|
||||||
formatFocused = wrap (white "[") (white "]") . magenta . ppWindow
|
-- formatFocused = wrap (white "[") (white "]") . magenta . ppWindow
|
||||||
formatUnfocused = wrap (lowWhite "[") (lowWhite "]") . blue . ppWindow
|
-- formatUnfocused = wrap (lowWhite "[") (lowWhite "]") . blue . ppWindow
|
||||||
|
|
||||||
-- | Windows should have *some* title, which should not not exceed a
|
-- | Windows should have *some* title, which should not not exceed a
|
||||||
-- sane length.
|
-- sane length.
|
||||||
|
|
Loading…
Reference in a new issue