ramensoftware / windows-11-taskbar-styling-guide

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

[Help Request] Taskbar start button image #47

Open DataGoblin opened 1 month ago

DataGoblin commented 1 month ago

I was following the instructions attempting to change the start button icon, but it seems to place the image behind the current start button icon. https://github.com/ramensoftware/windows-11-taskbar-styling-guide/tree/main?tab=readme-ov-file#task-list

Visual example: (white windows icon is behind the default blue one) image

Is it because of this "background" key perhaps? I tried other keys such as "icon" but nothing seemed to work Background:=<ImageBrush Stretch="Uniform" ImageSource="<image>" />

m417z commented 1 month ago

Have you configured the second part as well?

image

DataGoblin commented 1 month ago

Have you configured the second part as well?

I feel dumb now but that fixed it. Thanks for replying so fast

revreys commented 1 month ago

I've done the same thing but the Start button is now invisible. image image

m417z commented 1 month ago

@revreys I marked the problem, just use quoted, such as:

ImageSource="C:\...

image

revreys commented 1 month ago

@revreys I marked the problem, just use quoted, such as:

ImageSource="C:\...

image

Thank you! It worked..