6 lines
188 B
QML
6 lines
188 B
QML
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
|
|
}
|