diff --git a/shell/lock/LockSurface.qml b/shell/lock/LockSurface.qml index ed23ad2..aac3e45 100644 --- a/shell/lock/LockSurface.qml +++ b/shell/lock/LockSurface.qml @@ -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 C.HexWaveBackground { id: _hexWave