summaryrefslogtreecommitdiff
path: root/config/ServiceConfig.qml
diff options
context:
space:
mode:
authorEvertiro <dgriffiths@widgitlabs.com>2026-02-20 00:32:09 -0600
committerGitHub <noreply@github.com>2026-02-20 17:32:09 +1100
commit4be8fc9693e439c487f091413289b782d78130e7 (patch)
tree19c5adf8f527e958e28293404145c90bea9022ff /config/ServiceConfig.qml
parentconfig: added option to set session icons (#1189) (diff)
downloadcaelestia-shell-4be8fc9693e439c487f091413289b782d78130e7.tar.gz
caelestia-shell-4be8fc9693e439c487f091413289b782d78130e7.tar.bz2
caelestia-shell-4be8fc9693e439c487f091413289b782d78130e7.zip
feat: allow different systems for weather/performance (#1109)
* Allow different systems for weather/performance Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> * readme: update options Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> --------- Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>
Diffstat (limited to 'config/ServiceConfig.qml')
-rw-r--r--config/ServiceConfig.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/ServiceConfig.qml b/config/ServiceConfig.qml
index d083b7a..29600cc 100644
--- a/config/ServiceConfig.qml
+++ b/config/ServiceConfig.qml
@@ -4,6 +4,7 @@ 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 useFahrenheitPerformance: [Locale.ImperialUSSystem, Locale.ImperialSystem].includes(Qt.locale().measurementSystem)
property bool useTwelveHourClock: Qt.locale().timeFormat(Locale.ShortFormat).toLowerCase().includes("a")
property string gpuType: ""
property int visualiserBars: 45