summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-01-08 16:19:35 -0500
committerFreya Murphy <freya@freyacat.org>2026-03-16 09:08:45 -0400
commit6ffdba9c55007624c0e96d31d2457055bd6a3729 (patch)
treeb92a4634876ef0550e259303db7ab28369fe85b7 /services
parentremove themes and configs from launcher (diff)
downloadcaelestia-shell-6ffdba9c55007624c0e96d31d2457055bd6a3729.tar.gz
caelestia-shell-6ffdba9c55007624c0e96d31d2457055bd6a3729.tar.bz2
caelestia-shell-6ffdba9c55007624c0e96d31d2457055bd6a3729.zip
only support one color scheme
Diffstat (limited to 'services')
-rw-r--r--services/Colours.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/Colours.qml b/services/Colours.qml
index cd86c8f..d6f4812 100644
--- a/services/Colours.qml
+++ b/services/Colours.qml
@@ -79,7 +79,7 @@ Singleton {
}
FileView {
- path: `${Paths.state}/scheme.json`
+ path: `${Paths.config}/scheme.json`
watchChanges: true
onFileChanged: reload()
onLoaded: root.load(text(), false)