change focused thing

This commit is contained in:
Sakooooo 2023-08-03 13:11:27 +03:00
parent a72ac9a03a
commit c0a01acad2
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -258,7 +258,7 @@ myLogHook h = dynamicLogWithPP $ def {
myXmobarFormat = def {
--ppCurrent = xmobarColor "black" "white",
ppTitleSanitize = xmobarStrip,
ppCurrent = wrap (magenta">") (magenta "<"),
ppCurrent = wrap (magenta"[") (magenta "]"),
ppHidden = white . wrap " " "",
ppHiddenNoWindows = lowWhite . wrap " " "",
ppUrgent = red . wrap (yellow "!") (yellow "!"),
@ -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.