ramensoftware / windows-11-taskbar-styling-guide

A collection of commonly requested taskbar styling customizations for Windows 11
146 stars 12 forks source link

[HELP ] How to make DockLike follow wallpaper engines background #61

Open OdymarGamer opened 1 month ago

OdymarGamer commented 1 month ago

Hi i was wondering if you can help me to change the background to DockLike to any color

bbmaster123 commented 1 month ago

to target the dock:

Target:

Taskbar.TaskbarBackground#BackgroundControl > Grid
Style:
Background=Color

to target the tray:

Grid#SystemTrayFrameGrid
Background=Color

hope that helps! :)