-
Notifications
You must be signed in to change notification settings - Fork 112
Fix tray area alignment with Matter theme + vertical taskbar #389
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
base: main
Are you sure you want to change the base?
Conversation
Description: When using the Matter theme together with a vertical taskbar, the clock and tray area appeared too wide and off-center. I modified the layout so that the clock and tray are now correctly centered when using a vertical taskbar. Additionally: - The tray, clock, and notification area are now separated into their own rectangles, similar to how app icons are displayed. Known issues: - When hovering over the tray area, the background becomes overly transparent (couldn’t resolve this yet). - In the horizontal taskbar layout, the clock isn’t perfectly centered.
|
Thanks for the contribution. @zoraizlajwer please take a look. |
|
Oh yeah, I forgot to mention - I also tweaked the indicator/preview that shows up when you have multiple windows of the same app open at the same time. |
You have tweaked this on which Windows version and can you kindly send screenshots what have changed in the UI of theme (not the screenshots of code) |
|
I also use the 'Taskbar height and icon size' mod to make my program icon sizes on my taskbar slightly bigger |
|
You did great, but my theme is designed for Window 23h2 version Thanks for the contribution, but right now theme is only compatible with 23h2 version |
|
We should really prioritize up-to-date Windows versions, since that's what most users are using. Supporting older builds is OK too, but supporting only old builds means that most users won't be able to use the theme, or will find it buggy. If the theme can't be made to support both 23H2 and 24H2 at the same time, we can keep multiple variants (like this). Then, the mod can integrate both variants and choose the correct one based on the Windows version. But to keep things simple, it's preferable to have a single variant. Do the changes in this submission break anything for 23H2? @Aziyck the issues that you mentioned, such as the transparent tray background, exist in the current theme too (before your changes), right? Do your changes introduce new known issues? |









Description:
When using the Matter theme together with a vertical taskbar, the clock and tray area appeared too wide and off-center. I modified the layout so that the clock and tray are now correctly centered when using a vertical taskbar.
Additionally:
Known issues: