ramensoftware / windows-11-taskbar-styling-guide

A collection of commonly requested taskbar styling customizations for Windows 11
179 stars 16 forks source link

[Help / question] System tray text disappear when use bubble theme and vertical taskbar mod #87

Open pilanwu opened 2 months ago

pilanwu commented 2 months ago

I`m using vthe bubbles theme in taskbar styler and vertical taskbar mod, the system tray area just show the grid background, with no text, How can I fix this, TKS PixPin_2024-09-06_09-55-15

bbmaster123 commented 2 months ago

good morning, none of the existing themes so far are designed to work with the vertical taskbar mod yet Right now, this can be fixed in two ways:

  1. add the following style and adjust values as needed to override the theme:

    Target: Grid#SystemTrayFrameGrid
    Style:   Margin=0,1224,0,0
    Style:   Height=40
    this will push the system tray from somewhere around the bottom middle of the screen over to the bottom left, and set the width to 40 pixels, despite us changing the height instead of width. you could also ignore this or set to Auto
  2. Copy the Bubbles theme code from its readme page: Bubbles Paste the code into the mod's advanced settings tab and click save. Lastly, find Grid#SystemTrayFrameGrid and change Margin to Margin=Auto. You also cannot set Margin=0,Auto,450,Auto for example

hope this helps!

pilanwu commented 2 months ago

Thank you for your reply, I tried both of them, but none of them were effected. I`ll wait for further update,

TKS