what does this button do

This commit is contained in:
Sakooooo 2023-07-26 10:44:20 +03:00
parent 86e264077a
commit 7229d047e8
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -262,7 +262,7 @@ myLogHook h = dynamicLogWithPP $ def {
myXmobarFormat = def {
--ppCurrent = xmobarColor "black" "white",
ppTitleSanitize = xmobarStrip,
ppCurrent = wrap "> " "<" . xmobarBorder "Top" "#8be9fd" 2,
ppCurrent = wrap (magenta">") (magenta "<"),
ppHidden = white . wrap " " "",
ppHiddenNoWindows = lowWhite . wrap " " "",
ppUrgent = red . wrap (yellow "!") (yellow "!"),