Skip to content

Commit

Permalink
Allow SidePic in default-config.
Browse files Browse the repository at this point in the history
  Add '%s' to the default-config MenuStyle ItemFormat, so if a user
  adds a SidePic to any menu, it actually shows up (not confusing the
  user it didn't work due to being disabled elsewhere).
  • Loading branch information
somiaj authored and ThomasAdam committed Nov 13, 2022
1 parent 3192f1e commit 151f8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default-config/config
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ Colorset 14 fg #a8988f, bg #2b4e5e, hi #aaaaaa, sh #999999, Plain, NoShape
MenuStyle * MenuColorset 5, ActiveColorset 6, GreyedColorset 7, TitleColorset 8
MenuStyle * Hilight3DOff, HilightBack, HilightTitleBack, SeparatorsLong
MenuStyle * TrianglesSolid, TrianglesUseFore
MenuStyle * ItemFormat "%|%3.1i%5.3l%5l%5r%5.3>%|"
MenuStyle * ItemFormat "%s%|%3.1i%5.3l%5l%5r%5.3>%|"
MenuStyle * Font "xft:Sans:Bold:size=8:antialias=True"

# Root Menu
Expand Down

0 comments on commit 151f8a6

Please sign in to comment.