summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorWilliam (Liam) Snow IV <mail@liamsnow.com>2025-07-03 00:08:25 -0400
committerGitHub <noreply@github.com>2025-07-03 14:08:25 +1000
commitb053130570c40c19c124d409d7843ad825312525 (patch)
treea4fbdd101ac013fdac587c39d514318763a3e28f /config
parentinternal: set default bpm to 1 (diff)
downloadcaelestia-shell-b053130570c40c19c124d409d7843ad825312525.tar.gz
caelestia-shell-b053130570c40c19c124d409d7843ad825312525.tar.bz2
caelestia-shell-b053130570c40c19c124d409d7843ad825312525.zip
feat: fahrenheit option for weather (#189)
* Added Fahrenheit to Weather Service * some fixes Allow for hot reloading config opt Add opt to example config --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
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