luisbocanegra / plasma-panel-colorizer

Fully-featured widget to bring Latte-Dock and WM status bar customization features to the default KDE Plasma panel
https://store.kde.org/p/2130967
GNU General Public License v3.0
109 stars 0 forks source link

Remove panel svg shadow without removing blur #59

Open luisbocanegra opened 2 weeks ago

luisbocanegra commented 2 weeks ago

Duplicate shadow:

Screenshot_20240613_155419

Hiding the default background also removes the blur, setting its opacity doesn't hide the shadow, so an option that hides just the shadow is needed.

rileyaft commented 1 week ago

Additionally, as hiding the default background hides the blur - an option to re-enable blur would be greatly appreciated for when custom coloring is applied.

Picture shown below to compare blur between transparent panel and blurred dolphin side-panel view. image (Would have created new bug, but this is already incredibly similar)

luisbocanegra commented 1 week ago

Additionally, as hiding the default background hides the blur - an option to re-enable blur would be greatly appreciated for when custom coloring is applied.

Hiding the panel background removes the blur, contrast, and shadow as they depend on the panel svg from the Plasma Style.

This is why the opacity was added, setting it to 0 does the trick (hiding unchecked), but since the shadow doesn't depend on the opacity it is still drawn, this what this issue is about.

Also note that in the main branch is now possible to use the custom panel background https://github.com/luisbocanegra/plasma-panel-colorizer/issues/50 or widget backgrounds https://github.com/luisbocanegra/plasma-panel-colorizer/issues/53 as the blur/contrast source (Original background hiding unchecked and with opacity set to 0):

image