From f263df3ccdc7eab6d3befe8f189715df3cf27b59 Mon Sep 17 00:00:00 2001 From: Soramane <61896496+soramanew@users.noreply.github.com> Date: Wed, 16 Jul 2025 21:44:27 +1000 Subject: internal: create service config --- config/ServiceConfig.qml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config/ServiceConfig.qml (limited to 'config/ServiceConfig.qml') 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 +} -- cgit v1.2.3-freya