remove dim overlay from lock screen background

This commit is contained in:
Damocles 2026-04-18 11:46:11 +02:00
parent a7d104df64
commit cad64e7fe6

View file

@ -60,12 +60,6 @@ WlSessionLockSurface {
} }
} }
// Dim overlay
Rectangle {
anchors.fill: parent
color: Qt.rgba(S.Theme.base00.r, S.Theme.base00.g, S.Theme.base00.b, 0.4)
}
// Hex wave // Hex wave
C.HexWaveBackground { C.HexWaveBackground {
id: _hexWave id: _hexWave