homescreens/folio: Fix wallpaper blur

This commit is contained in:
Devin Lin 2023-11-16 22:40:07 -08:00
parent da85481f49
commit a6fd7ef82b

View file

@ -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(