ramensoftware / windhawk-mods

The official collection of Windhawk mods
279 stars 53 forks source link

[Taskbar Labels for Windows 11] Please add running indicator height customization #952

Open Anixx opened 2 weeks ago

Anixx commented 2 weeks ago

In mod Taskbar Labels for Windows 11 by @m417z the running indicator height cannot be customized. Even worse, it gets reset to default if set by the Taskbar Styler mod. Is there a way to customize it (for instance, set to 2 px)?

m417z commented 2 weeks ago

it gets reset to default if set by the Taskbar Styler mod

Works for me.

image

Anixx commented 2 weeks ago

If I do this, still all the new buttons appear with thicker running indicator. This maybe because of the Taskbar Labels for Windows 11 mod interference.

Anixx commented 2 weeks ago

Or could be because I used Windows.UI.Xaml.Shapes.Rectangle#RunningIndicator. Is there any guide on what names are better?

m417z commented 2 weeks ago

If I do this, still all the new buttons appear with thicker running indicator. This maybe because of the Taskbar Labels for Windows 11 mod interference.

I don't think so, but perhaps you're using some other software which uses XAML diagnostics, such as TranslucentTB?

Anixx commented 2 weeks ago

Also when I change VerticalAlignment on Taskbar.TaskListButton#TaskListButton it appears different on newer buttons. Do I here also use wrong object name?

m417z commented 2 weeks ago

If you'd use wrong object names, it wouldn't work for existing elements as well.

Anixx commented 2 weeks ago

But the object names are very different from yours.