From a6fd7ef82bf93852c1a477a564b66d4b37ca5804 Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Thu, 16 Nov 2023 22:40:07 -0800 Subject: [PATCH] homescreens/folio: Fix wallpaper blur --- .../homescreens/folio/package/contents/ui/main.qml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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(