-
Notifications
You must be signed in to change notification settings - Fork 20
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
Changing the position of window previews/tray overflow menu #160
Comments
My settings are |
the issue here is the HorizontalAlignment=Center, if you remove that, it should fix the problem. |
This is the style that is causing the problem: The target you choose is applying I haven't found the exact Grid element to apply Another solution may be to figure out what Grid element the tray overflow and previews rely on, and setting styles to override the universal |
This looks sick. Can we get this as a theme with everything working well? I tried the config out and there is another issue where if you have windows defender or some other app icons on the status tray, they kind of merge with the pinned application on the taskbar. Will come back to this after I become a bit more knowledgeable. And if no one else does the work by that time. |
@SeagulltheIV I do have a tutorial with step by step instructions & pictures you can use to help get started styling things, but it was offline all last week due to my account accidently getting flagged by github's automated system. You can see it here Luckily, you don't need to know much about coding to do any of this in the styler mods. There is a certain amount of xaml style code, but no logic/code behind, and no other languages unless you plan to write a whole new mod down the road. I'm sure you'll learn a lot more overall from your coding course than by styling your taskbar with windhawk alone. If you get stuck at any point you can create a new issue, and we'll be happy to help :) cheers :) |
@bbmaster123 I will be looking into the tutorial right away and not use my lack of knowledge as an excuse. I keep hearing I should just jump in when it comes to computers and I will never learn if I don't try. I am trying to put that to practice. Thanks again for the offer to help if I get stuck. It is really reassuring. Have a good one. |
Hm, definitely tricky to fix this completely, I've got it looking and behaving alright for the most part. task list and tray now stay separated, even with lots of apps open, and up to 6 tray icons (maybe more, havent tested past 6 icons yet) I'm running a little low on time so I'll have to come back to this, but here's what I've got so far:
|
That was so quick! Thank you so much bbmaster123. This will also help me a lot in learning how to tweak things on my own. I think this deserves to be added to the main page as an option or suboption for docklike. |
@SeagulltheIV You know what, turns out there's an existing, "shockingly" similar theme by Vinstar called Windows-11-Centered-Taskbar Its not identical, but I think it might be worth comparing this dock to his, maybe combine them if it improves anything.
Yea we could do that! We could have it as a variant of Docklike, its already set up like that since its base is Docklike with extra styles added. Otherwise, I could spend a bit making it into a standalone theme and call it something like uniDock or something EDIT: Add this to fix apps list overflow background:
Unfortunately acrylicbrush seems to lose its color after 1 or 2 clicks on the overflow button (3 dots), but other brushes seem to work correctly. cheers! |
Oh wow! That is quite similar. But I think yours looks a bit better. I love the idea of UniDock. You won't hear me say no to that. Yeah, the current version does have some quirks to iron out but for something done in a small amount of time, it is a great foundation. |
I have been working on a dock layout for my taskbar that combines the tray and icons into one panel. Everything works good except for the tray overflow menu and the window previews being too far to the left. How would I go about adjusting the position for those?
The text was updated successfully, but these errors were encountered: