summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-10 23:39:33 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-10 23:39:33 +1000
commit2defabfd83c0716ce8db3ead5f75b9cedb86eb23 (patch)
treee0b57cedea6ad984f467c3eb2202d9bce533320e
parentlock: fix button (diff)
downloadcaelestia-shell-2defabfd83c0716ce8db3ead5f75b9cedb86eb23.tar.gz
caelestia-shell-2defabfd83c0716ce8db3ead5f75b9cedb86eb23.tar.bz2
caelestia-shell-2defabfd83c0716ce8db3ead5f75b9cedb86eb23.zip
lock: larger outer rounding
-rw-r--r--modules/lock/Content.qml6
-rw-r--r--modules/lock/LockSurface.qml2
2 files changed, 6 insertions, 2 deletions
diff --git a/modules/lock/Content.qml b/modules/lock/Content.qml
index ba19616..b7d3ddb 100644
--- a/modules/lock/Content.qml
+++ b/modules/lock/Content.qml
@@ -13,7 +13,7 @@ RowLayout {
anchors.fill: parent
anchors.margins: Appearance.padding.large
- spacing: Appearance.spacing.large
+ spacing: Appearance.spacing.large * 2
ColumnLayout {
Layout.fillWidth: true
@@ -23,6 +23,7 @@ RowLayout {
Layout.fillWidth: true
implicitHeight: weather.implicitHeight
+ topLeftRadius: Appearance.rounding.large
radius: Appearance.rounding.small
color: Colours.tPalette.m3surfaceContainer
@@ -35,6 +36,7 @@ RowLayout {
Layout.fillWidth: true
Layout.fillHeight: true
+ bottomLeftRadius: Appearance.rounding.large
radius: Appearance.rounding.small
color: Colours.tPalette.m3surfaceContainer
}
@@ -55,6 +57,7 @@ RowLayout {
Layout.fillWidth: true
Layout.fillHeight: true
+ topRightRadius: Appearance.rounding.large
radius: Appearance.rounding.small
color: Colours.tPalette.m3surfaceContainer
}
@@ -63,6 +66,7 @@ RowLayout {
Layout.fillWidth: true
Layout.fillHeight: true
+ bottomRightRadius: Appearance.rounding.large
radius: Appearance.rounding.small
color: Colours.tPalette.m3surfaceContainer
}
diff --git a/modules/lock/LockSurface.qml b/modules/lock/LockSurface.qml
index 1062074..88bd1af 100644
--- a/modules/lock/LockSurface.qml
+++ b/modules/lock/LockSurface.qml
@@ -133,7 +133,7 @@ WlSessionLockSurface {
Anim {
target: lockBg
property: "radius"
- to: Appearance.rounding.large
+ to: Appearance.rounding.large * 1.5
}
Anim {
target: lockBg