ramensoftware / windows-11-taskbar-styling-guide

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

DockLike theme with acrylic background #72

Open kylanjuliana opened 3 months ago

kylanjuliana commented 3 months ago

Hello. I'm wondering if it's possible to set an acrylic (like in the TranslucentTaskbar theme) background to the taskbar and tray on the DockLike theme? I figured out how to set it to different colors but no idea on how to apply acrylic.

Thanks in advance!

bbmaster123 commented 3 months ago

Here's a simple example how you can do this:

Target:
Taskbar.ExperienceToggleButton > Taskbar.TaskListButtonPanel
Style:
Background:=<AcrylicBrush TintColor="Transparent" TintOpacity="0" />

there are more parameters that you can add, but as is, this will apply the most transparent acrylic possible to most of the dock. you'll then need to apply that to whichever other elements you want to apply acrylic to. Use UWPspy to find the elements to target, and let me know if you have trouble finding any of them :)

berkesalar commented 1 day ago

This does not work for me, the taskbar stays the same

Here's a simple example how you can do this:

Target:
Taskbar.ExperienceToggleButton > Taskbar.TaskListButtonPanel
Style:
Background:=<AcrylicBrush TintColor="Transparent" TintOpacity="0" />

there are more parameters that you can add, but as is, this will apply the most transparent acrylic possible to most of the dock. you'll then need to apply that to whichever other elements you want to apply acrylic to. Use UWPspy to find the elements to target, and let me know if you have trouble finding any of them :)