Skip to content

Commit

Permalink
fix workspace icon gaps
Browse files Browse the repository at this point in the history
  • Loading branch information
emoney17 committed Mar 24, 2023
1 parent 526a63b commit 01d2775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmonad.hs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ myXmobarPP = def
{ ppSep = "<fc=#666666> | </fc>"
, ppTitleSanitize = xmobarStrip
, ppCurrent = xmobarColor "#c3e88d" "" . wrap " " "" . xmobarBorder "Bottom" "#c3e88d" 2
, ppVisible = xmobarColor "#c3e88d" "" . wrap " " " "
, ppVisible = xmobarColor "#c3e88d" "" . wrap " " ""
, ppHidden = xmobarColor "#82AAFF" "" . wrap " " ""
, ppHiddenNoWindows = xmobarColor "#F07178" "" . wrap " " ""
, ppUrgent = xmobarColor "#C45500" "" . wrap "!" "!"
Expand Down

0 comments on commit 01d2775

Please sign in to comment.