lock screen: show clear desktop first, reveal blur and hexes as wave passes
This commit is contained in:
parent
fe02eed625
commit
e4b257d760
2 changed files with 16 additions and 16 deletions
|
|
@ -7,15 +7,8 @@ Item {
|
|||
|
||||
property bool running: false
|
||||
property bool reducedMotion: S.Theme.reducedMotion
|
||||
property bool overlay: false
|
||||
readonly property real wavePhase: fx.uWavePhase
|
||||
|
||||
Rectangle {
|
||||
anchors.fill: parent
|
||||
color: S.Theme.base01
|
||||
visible: !root.overlay
|
||||
}
|
||||
|
||||
ShaderEffect {
|
||||
id: fx
|
||||
anchors.fill: parent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue