ramensoftware / windows-11-taskbar-styling-guide

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

Space out Tray items and add stroke to them #82

Closed decipher3114 closed 3 weeks ago

decipher3114 commented 3 weeks ago

I want to add a uniform space of 2 in all the items of the system tray (chevron icon, notification tray, quick settings icon, clock) and add colored stroke of 2. I tried UWPSpy but I didn't get anything useful.

like adding SystemTray.SystemTrayFrame as Target and Padding=2,0 as value. but no success.

EDIT: I managed to get padding by setting the target SystemTray.TextIconContent, SystemTray.Stack#NotifyIconStack, SystemTray.NotifyIconView, SystemTray.OmniButton#ControlCenterButton, SystemTray.OmniButton#NotificationCenterButton and adding Margin=2,0.

Now, I can't figure out how to add stroke.

image This is what I want to do with all tray items.

decipher3114 commented 3 weeks ago

image Got it working. But now the overlay shows like this.

image

Any idea how to fix this?

decipher3114 commented 3 weeks ago

Everything Fixed