tsujan / BreezeEnhanced

A fork of KDE Breeze decoration with additional options
GNU General Public License v3.0
162 stars 13 forks source link

[Feature request] Rounded corners #44

Closed ericmacedo closed 1 year ago

ericmacedo commented 1 year ago

Is it possible to add rounded corners?

SierraBreezeEnhanced does have it, but I prefer BreezeEnhanced...

If so, how difficult would it be? I have some C++ knowledge. However, my KDE development skills are basically zero.

tsujan commented 1 year ago

The corners are already rounded as far as Breeze allows (e.g., if you remove the side and bottom borders, the top right and left corners will still be rounded slightly) — I even added codes to prevent blurring from going beyond such corners.

As I've mentioned in other places, I don't want more differences between the codes of BreezeEnhanced and Breeze because, otherwise, the process of upgrading by following the upstream changes would become not only time-consuming but also prone to errors/bugs, while I'm too busy to dedicate more time to BreezeEnhanced.