diff --git a/containments/homescreens/folio/package/contents/ui/main.qml b/containments/homescreens/folio/package/contents/ui/main.qml index e74ff732..a3d4bd47 100644 --- a/containments/homescreens/folio/package/contents/ui/main.qml +++ b/containments/homescreens/folio/package/contents/ui/main.qml @@ -29,11 +29,21 @@ ContainmentItem { forceActiveFocus(); } + // wallpaper + MultiEffect { + blurEnabled: true + blur: 0.0 + autoPaddingEnabled: false + source: Plasmoid.wallpaperGraphicsObject + anchors.fill: parent + } + // wallpaper blur MultiEffect { blurEnabled: true blur: 1.0 blurMax: 50 + autoPaddingEnabled: false source: Plasmoid.wallpaperGraphicsObject anchors.fill: parent opacity: Math.max(