lock screen: show clear desktop first, reveal blur and hexes as wave passes

This commit is contained in:
Damocles 2026-04-18 11:31:20 +02:00
parent fe02eed625
commit e4b257d760
2 changed files with 16 additions and 16 deletions

View file

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