Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Taskbar on Top] Move the running indicators above the icon #144

Open
coderguy-21 opened this issue Dec 3, 2024 · 3 comments
Open

[Taskbar on Top] Move the running indicators above the icon #144

coderguy-21 opened this issue Dec 3, 2024 · 3 comments

Comments

@coderguy-21
Copy link

When using the Taskbar on Top MOD is there anyway to move the running indicators ABOVE the icon as opposed to the standard mode of displaying below the taskbar icon by perhaps using this MOD?

I am hoping someone might could give me a couple of pointers as to how I might accomplish that?

@bbmaster123
Copy link
Collaborator

In the mod settings, add this style:

Target:
Rectangle#RunningIndicator

Style:
VerticalAlignment=0

image

Let me know if you have any other questions :)

@coderguy-21
Copy link
Author

This works awesome. Thanks.

When running the taskbar in grouped/icons only mode is there any way to also get the progress indicator to move above the icon as well? At the moment it still appears below the icon, for example, when downloading a file or doing a large copy operation........

@bbmaster123
Copy link
Collaborator

Targets:

Border#ProgressBarRoot
Rectangle#DeterminateProgressBarIndicator
Rectangle#IndeterminateProgressBarIndicator
Rectangle#IndeterminateProgressBarIndicator2

add VerticalAlignment=0 to each of those targets

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants