summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-03 14:26:51 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-03 14:26:51 +1000
commit8af10012b9527e3e4a894e4a3c0fd8ea9ac0e132 (patch)
tree799a2e04552377040541b9f07b36aa315b6cfe96 /config
parentwinfo: fix kill button (diff)
parentfeat: fahrenheit option for weather (#189) (diff)
downloadcaelestia-shell-8af10012b9527e3e4a894e4a3c0fd8ea9ac0e132.tar.gz
caelestia-shell-8af10012b9527e3e4a894e4a3c0fd8ea9ac0e132.tar.bz2
caelestia-shell-8af10012b9527e3e4a894e4a3c0fd8ea9ac0e132.zip
Merge branch 'main' of https://github.com/caelestia-dots/shell
Diffstat (limited to 'config')
-rw-r--r--config/DashboardConfig.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/DashboardConfig.qml b/config/DashboardConfig.qml
index 02f838e..201b8d3 100644
--- a/config/DashboardConfig.qml
+++ b/config/DashboardConfig.qml
@@ -4,6 +4,7 @@ JsonObject {
property int mediaUpdateInterval: 500
property int visualiserBars: 45
property string weatherLocation: "" // A lat,long pair, e.g. "37.8267,-122.4233"
+ property bool useFahrenheit: false
property JsonObject sizes: JsonObject {
readonly property int tabIndicatorHeight: 3