diff options
Diffstat (limited to 'config/ServiceConfig.qml')
| -rw-r--r-- | config/ServiceConfig.qml | 6 |
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 +} |