mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-27 22:33:08 +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();
|
forceActiveFocus();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// wallpaper
|
||||||
|
MultiEffect {
|
||||||
|
blurEnabled: true
|
||||||
|
blur: 0.0
|
||||||
|
autoPaddingEnabled: false
|
||||||
|
source: Plasmoid.wallpaperGraphicsObject
|
||||||
|
anchors.fill: parent
|
||||||
|
}
|
||||||
|
|
||||||
// wallpaper blur
|
// wallpaper blur
|
||||||
MultiEffect {
|
MultiEffect {
|
||||||
blurEnabled: true
|
blurEnabled: true
|
||||||
blur: 1.0
|
blur: 1.0
|
||||||
blurMax: 50
|
blurMax: 50
|
||||||
|
autoPaddingEnabled: false
|
||||||
source: Plasmoid.wallpaperGraphicsObject
|
source: Plasmoid.wallpaperGraphicsObject
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
opacity: Math.max(
|
opacity: Math.max(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue