summaryrefslogtreecommitdiff
path: root/config/ServiceConfig.qml
diff options
context:
space:
mode:
authorSoramane <61896496+soramanew@users.noreply.github.com>2025-07-16 21:44:27 +1000
committerSoramane <61896496+soramanew@users.noreply.github.com>2025-07-16 21:44:27 +1000
commitf263df3ccdc7eab6d3befe8f189715df3cf27b59 (patch)
tree3d6c4b272937fcbda00e0848939b13c630ce20d0 /config/ServiceConfig.qml
parentnix: add qt log rules to devshell (diff)
downloadcaelestia-shell-f263df3ccdc7eab6d3befe8f189715df3cf27b59.tar.gz
caelestia-shell-f263df3ccdc7eab6d3befe8f189715df3cf27b59.tar.bz2
caelestia-shell-f263df3ccdc7eab6d3befe8f189715df3cf27b59.zip
internal: create service config
Diffstat (limited to '')
-rw-r--r--config/ServiceConfig.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/ServiceConfig.qml b/config/ServiceConfig.qml
new file mode 100644
index 0000000..0b8b170
--- /dev/null
+++ b/config/ServiceConfig.qml
@@ -0,0 +1,6 @@
+import Quickshell.Io
+
+JsonObject {
+ property string weatherLocation: "" // A lat,long pair or empty for autodetection, e.g. "37.8267,-122.4233"
+ property bool useFahrenheit: false
+}