Same coloring for the lockscreen

This commit is contained in:
Sébastien Atoch 2025-07-29 10:41:04 -04:00
parent 40f157a0ff
commit 11f8006590

View file

@ -141,9 +141,16 @@ WlSessionLock {
FastBlur {
anchors.fill: parent
source: lockBgImage
radius: 48 // Adjust blur strength as needed
radius: 22 // Adjust blur strength as needed
transparentBorder: true
}
Rectangle {
anchors.fill: parent
color: Qt.rgba(
Theme.backgroundPrimary.r,
Theme.backgroundPrimary.g,
Theme.backgroundPrimary.b, 0.6)
}
// Main content container (moved up, Rectangle removed)
ColumnLayout {
anchors.centerIn: parent