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

Feature Request: Rounded Corners #59

Open
quuinnn opened this issue Jun 25, 2024 · 1 comment
Open

Feature Request: Rounded Corners #59

quuinnn opened this issue Jun 25, 2024 · 1 comment

Comments

@quuinnn
Copy link

quuinnn commented Jun 25, 2024

It would be nice if there was some rounded corners. Would make everything look nicer IMO

@nine7nine
Copy link
Contributor

In Render.cpp there is a comment about this:

g_pHyprOpenGL->renderRectWithBlur(&curWorkspaceBox, Config::workspaceActiveBackground); // cant really round it until I find a proper way to clip windows to a rounded rect

So it seems to be a desired feature / on the roadmap, but KZDKM hasn't quite figured out a way to do it properly yet, unfortunately.

Personally, as I am using my own forked version of Hyprspace (static switcher / not overview), I went ahead and added support for rounded borders: nine7nine@4599168

It's limited though - due to the above clipping windows issue, I can only round the borders slightly (which is fine for me use case. Example:
image

but as you can see, if you look closely, the inner corners are sharp due to the lack of window clipping.

I'd love to have proper rounded corners, as well!

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