diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-08 16:19:35 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-03-16 09:08:45 -0400 |
| commit | 6ffdba9c55007624c0e96d31d2457055bd6a3729 (patch) | |
| tree | b92a4634876ef0550e259303db7ab28369fe85b7 | |
| parent | remove themes and configs from launcher (diff) | |
| download | caelestia-shell-6ffdba9c55007624c0e96d31d2457055bd6a3729.tar.gz caelestia-shell-6ffdba9c55007624c0e96d31d2457055bd6a3729.tar.bz2 caelestia-shell-6ffdba9c55007624c0e96d31d2457055bd6a3729.zip | |
only support one color scheme
| -rw-r--r-- | services/Colours.qml | 2 |
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) |