summaryrefslogtreecommitdiff
path: root/modules/lock/Backgrounds.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-28 18:57:51 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-28 18:57:51 +1000
commitc9f1d4138fd62ad61d108b48cc618e5d38ae499f (patch)
treecb51305b7e70533fe32dd679b6a1c8d8ae6fb66d /modules/lock/Backgrounds.qml
parentreadme: add stuff (diff)
downloadcaelestia-shell-c9f1d4138fd62ad61d108b48cc618e5d38ae499f.tar.gz
caelestia-shell-c9f1d4138fd62ad61d108b48cc618e5d38ae499f.tar.bz2
caelestia-shell-c9f1d4138fd62ad61d108b48cc618e5d38ae499f.zip
config: fix overwrite on startup
Diffstat (limited to 'modules/lock/Backgrounds.qml')
-rw-r--r--modules/lock/Backgrounds.qml14
1 files changed, 7 insertions, 7 deletions
diff --git a/modules/lock/Backgrounds.qml b/modules/lock/Backgrounds.qml
index 45d15d0..c8c5db0 100644
--- a/modules/lock/Backgrounds.qml
+++ b/modules/lock/Backgrounds.qml
@@ -35,7 +35,7 @@ Item {
id: base
anchors.fill: parent
- color: Colours.alpha(Config.border.colour, false)
+ color: Colours.alpha(Colours.palette.m3surface, false)
visible: false
}
@@ -86,7 +86,7 @@ Item {
readonly property real roundingY: flatten ? height / 2 : rounding
strokeWidth: -1
- fillColor: Config.border.colour
+ fillColor: Colours.palette.m3surface
startX: (innerMask.width - width) / 2 - rounding
@@ -153,7 +153,7 @@ Item {
readonly property real roundingY: flatten ? height / 2 : rounding
strokeWidth: -1
- fillColor: Config.border.colour
+ fillColor: Colours.palette.m3surface
startX: (innerMask.width - width) / 2 - rounding
startY: Math.ceil(innerMask.height)
@@ -221,7 +221,7 @@ Item {
readonly property real roundingY: height < rounding * 2 ? height / 2 : rounding
strokeWidth: -1
- fillColor: Config.border.colour
+ fillColor: Colours.palette.m3surface
startY: Math.ceil(innerMask.height) - height - roundingY
@@ -286,7 +286,7 @@ Item {
readonly property real roundingY: height < rounding * 2 ? height / 2 : rounding
strokeWidth: -1
- fillColor: root.isNormal ? Config.border.colour : "transparent"
+ fillColor: root.isNormal ? Colours.palette.m3surface : "transparent"
startX: root.isLarge ? 0 : Math.ceil(innerMask.width)
startY: root.isLarge ? height + roundingY : Math.ceil(innerMask.height) - height - roundingY
@@ -351,7 +351,7 @@ Item {
readonly property real roundingY: height < rounding * 2 ? height / 2 : rounding
strokeWidth: -1
- fillColor: root.isLarge ? Config.border.colour : "transparent"
+ fillColor: root.isLarge ? Colours.palette.m3surface : "transparent"
startX: Math.ceil(innerMask.width)
startY: Math.ceil(innerMask.height) - height - rounding
@@ -416,7 +416,7 @@ Item {
readonly property real roundingY: height < rounding * 2 ? height / 2 : rounding
strokeWidth: -1
- fillColor: root.isLarge ? Config.border.colour : "transparent"
+ fillColor: root.isLarge ? Colours.palette.m3surface : "transparent"
startX: Math.ceil(innerMask.width)
startY: height + rounding