-
Notifications
You must be signed in to change notification settings - Fork 59
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
Titlebar corner radius does not match bottom corners #82
Comments
Does the issue exist with titlebars in general or just these layouts? If just the layouts I suspect I can fix it rn |
With titlebars |
This is actually a pretty complex issue that revolves around a lot of the sway logic assuming that the titlebar height / padding should be constant for all windows. Since we can have per container border thickness, which impacts the per container corner radius, there's going to have to be some refactoring here. I've started looking into it, but there's a lot of things to consider here |
No rush. It's not a gigantic issue. We can always make the shadow mask conform to how it is now and fix it when this is fixed :) |
How are things going with this? Currently having the same issue, attached some screenshots if it might help.
cheers! |
this only happens if scaling is not a multiple of 50% try shifting to the nearest multiple of 50% till it gets fixed |
What scale do you have in your config? |
@WillPower3309 @adityavishwakarma69 oh apologies for the late reply. I've moved to hyprland, so unfortunately I don't know. I have dug through my old dot files, and I have this:
So I'm guessing it's 200% maybe? But I'll have to reinstall and tinker with it. |
Thanks for the info! I'll try to reproduce it |
will be fixed by #367 |
This only occurs when the border size becomes large enough to be noticeable. Fixing this will make it a lot easier to fix #64 current issue when using these layouts
Example:

The text was updated successfully, but these errors were encountered: