EliverLara / Andromeda-KDE

39 stars 3 forks source link

Blur removal for background image of Andromeda Plasma 6 SDDM login screen #10

Closed educanorama closed 3 months ago

educanorama commented 4 months ago

Is it possible for a user to tweak the code to de-blur the background image? I like this Plasma 6 log-in screen, because it puts the login information to one side, to better show off the image chosen ... but would prefer that this image not be blurred.

As always, Eliver, thanks very much for your work in enhancing Plasma!

educanorama commented 3 months ago

Easier than expected! For the benefit of others who also may wish to eliminate the blur:

*GaussianBlur { id: blur height: blurArea.height width: blurArea.width source: blurArea radius: 75 samples: 50 2 + 1 cached: true // anchors.centerIn: formBg visible: true z:-2 }**