blur working with input keys

This commit is contained in:
eximus
2018-11-10 14:17:48 +00:00
parent 0191676351
commit beb18fde86
6 changed files with 143 additions and 33 deletions

View File

@@ -29,7 +29,6 @@ import org.kde.plasma.private.sessions 2.0
Item {
id: wallpaperFader
property Item clock
property Item mainStack
property Item footer
property alias source: wallpaperBlur.source
@@ -114,10 +113,6 @@ Item {
target: wallpaperFader
factor: 1
}
PropertyChanges {
target: clock.shadow
opacity: 0
}
},
State {
name: "off"
@@ -133,10 +128,6 @@ Item {
target: wallpaperFader
factor: 0
}
PropertyChanges {
target: clock.shadow
opacity: 1
}
}
]
transitions: [