summaryrefslogtreecommitdiff
path: root/modules/dashboard
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/dashboard
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/dashboard')
-rw-r--r--modules/dashboard/Background.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/dashboard/Background.qml b/modules/dashboard/Background.qml
index 876311e..41aaddd 100644
--- a/modules/dashboard/Background.qml
+++ b/modules/dashboard/Background.qml
@@ -1,7 +1,7 @@
+import "root:/services"
+import "root:/config"
import QtQuick
import QtQuick.Shapes
-import "root:/config"
-import "root:/services"
ShapePath {
id: root
@@ -12,7 +12,7 @@ ShapePath {
readonly property real roundingY: flatten ? wrapper.height / 2 : rounding
strokeWidth: -1
- fillColor: Config.border.colour
+ fillColor: Colours.palette.m3surface
PathArc {
relativeX: root.rounding