diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-03-16 17:07:54 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-03-16 17:07:54 -0400 |
| commit | bb6717666a669aa81cda28896ed292ca5af55ece (patch) | |
| tree | 5f3c5fed20fd3bf8fe38e10d7e09b81558c64a79 /modules/sidebar/Background.qml | |
| parent | add date to clock (diff) | |
| download | caelestia-shell-bb6717666a669aa81cda28896ed292ca5af55ece.tar.gz caelestia-shell-bb6717666a669aa81cda28896ed292ca5af55ece.tar.bz2 caelestia-shell-bb6717666a669aa81cda28896ed292ca5af55ece.zip | |
change things
Diffstat (limited to 'modules/sidebar/Background.qml')
| -rw-r--r-- | modules/sidebar/Background.qml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/sidebar/Background.qml b/modules/sidebar/Background.qml index beefdf5..7300c57 100644 --- a/modules/sidebar/Background.qml +++ b/modules/sidebar/Background.qml @@ -15,9 +15,6 @@ ShapePath { readonly property real notifsWidthDiff: panels.notifications.width - wrapper.width readonly property real notifsRoundingX: panels.notifications.height > 0 && notifsWidthDiff < rounding * 2 ? notifsWidthDiff / 2 : rounding - readonly property real utilsWidthDiff: panels.utilities.width - wrapper.width - readonly property real utilsRoundingX: utilsWidthDiff < rounding * 2 ? utilsWidthDiff / 2 : rounding - strokeWidth: -1 fillColor: Colours.palette.m3surface @@ -35,12 +32,6 @@ ShapePath { relativeX: 0 relativeY: root.wrapper.height - root.rounding * 2 } - PathArc { - relativeX: -root.utilsRoundingX - relativeY: root.rounding - radiusX: root.utilsRoundingX - radiusY: root.rounding - } PathLine { relativeX: root.wrapper.width + root.utilsRoundingX relativeY: 0 |