summaryrefslogtreecommitdiff
path: root/config/ServiceConfig.qml
blob: 0411b1a8fb3fd6b5e3198942ca0e7354a122e6d3 (plain)
1
2
3
4
5
6
7
8
9
10
import Quickshell.Io
import QtQuick

JsonObject {
    property string weatherLocation: "" // A lat,long pair or empty for autodetection, e.g. "37.8267,-122.4233"
    property bool useFahrenheit: [Locale.ImperialUSSystem, Locale.ImperialSystem].includes(Qt.locale().measurementSystem)
    property bool useTwelveHourClock: Qt.locale().timeFormat(Locale.ShortFormat).toLowerCase().includes("a")
    property real audioIncrement: 0.1
    property bool smartScheme: true
}