Open kylanjuliana opened 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 :)
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 :)
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!