mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
homescreens/folio: Fix wallpaper blur
This commit is contained in:
parent
da85481f49
commit
a6fd7ef82b
1 changed files with 10 additions and 0 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue