summaryrefslogtreecommitdiff
path: root/config/ServiceConfig.qml
blob: 0b8b1700059818a1059dbdaa537f0d75c376ee3b (plain)
1
2
3
4
5
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
}