mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-05-31 09:45:24 +00:00
Same coloring for the lockscreen
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user