yilozt / mutter-rounded

A window manager for GNOME, with rounded corners patch
https://aur.archlinux.org/packages/mutter-rounded/
GNU General Public License v2.0
556 stars 26 forks source link

Rounded corners are a bit rough #40

Open AaronTechnic opened 2 years ago

AaronTechnic commented 2 years ago

As you can see from the screenshot, the rounded corners are a bit rough.

Diegovsky commented 2 years ago

Yeah, that's not a problem with the code. The code simply "cuts" the window corner, so drawing a little border around it like the terminal does would be quite the hack.

SilverMarcs commented 2 years ago

Does using the border-width property help? you can access it via mutter_settings or dconf-editor

Microwave-WYB commented 2 years ago

Try to make clipping on each edge 1px in mutter_settings, this will effectively remove the original borders provided by your GTK Theme. If you still want the border, set the border width in mutter_settings

diazabdulm commented 2 years ago

Honestly, mutter should ship with those borders clipped (I personally have them at 1,1,2,1). Solves what some may think is a bug, and it looks nicer without those horrendous default 1px solid black borders on otherwise light-themed apps in Gnome. But I think the visuals speak for themselves: imgonline-com-ua-twotoone-fxikUd19mlkOW

aspizu commented 2 years ago

Is it possible to add a feature to render additional borders on windows?