ramensoftware / windhawk-mods

The official collection of Windhawk mods
307 stars 56 forks source link

Feature Request - Do not show selected systray icons #1210

Open Marshall-Brooks opened 1 week ago

Marshall-Brooks commented 1 week ago

@m417z I started discussing this here: https://github.com/ramensoftware/windhawk-mods/issues/1170 but I noticed some of the UWP Spy Window that I included doesn't show up.

PS Tray Factory does work and works nicely for this. Tray Control and the AHK script I posted do not work any longer.

I made a little bit of progress: image Above is the entry for the Windows Security Center Icon. If I go to the entry above it - Windows.UI.Xaml.Controls.ContentPresenter - and set Visiblity=Collapsed. The icon goes away, which is part of what I want to do. However, it still leaves a blank Space where the icon "Used" to be: image Remaining issues:

m417z commented 1 week ago

It's not a good fit for an enhancement issue for Windows 11 Taskbar Styler, since you're basically looking for a specific style. You might also want to check/ask here.

It's also not a good for an enhancement issue for Taskbar Tray Icon Spacing, since it's not about spacing.

HenryTheVacuum commented 1 week ago

ApplicationFrameHost_Y6oL4hAZxr

You can turn them on and off without mods in windows settings.

Marshall-Brooks commented 4 days ago

@m417 - Agreed, it would be best as a new separate modification, however, it does look like it could be controlled from Taskbar Styler. I use that for a lot of things not specifically styling - for example, hiding the "bell" notification icon.

I'll ask in the thread you linked to.

@HenryTheVacuum - True, except that it often doesn't work correctly. image image

Marshall-Brooks commented 3 days ago

@m417z - When you get a chance, could you look at https://github.com/ramensoftware/windows-11-taskbar-styling-guide/issues/134 . I have most of what I was trying to do working in UWPSpy, but not in Windhawk, and I'm not sure if it isn't possible, or I just don't have the correct syntax. Thanks!

Marshall-Brooks commented 3 days ago

You can turn them on and off without mods in windows settings.

The Taskbar setting menu for this is confusing. If you set the icon to "Off" it shows up in the "hidden" overflow menu, but it is still present. If you set the icon to "On", it shows up on the taskbar. There is no way to set the icon to "Not Shown At All" in windows settings.