a-parhom / RoundedSBE

A fork of SierraBreezeEnhanced with integrated corner rounding effect CornersShader (reworked version of what used to be called LightlyShaders) and shared configuration
GNU General Public License v3.0
67 stars 3 forks source link

Rounding in separate effect? #12

Closed developer91234 closed 1 year ago

developer91234 commented 1 year ago

https://github.com/matinlotfali/KDE-Rounded-Corners

The current effect gets shared with the standard breeze decoration. Maybe hand off the rounding functionality to a separate KWin effect that can be toggled as desired? Also, is there any performance difference between your implementation and that of the effect above?

a-parhom commented 1 year ago

It is already a separate effect, search for CornersShader in your effects. It is LightlyShaders, but integrated with config of SierraBreezeEnhanced. It has no known performance issues now, since it is an OffscreenEffect.