summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-23 23:10:33 +0800
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-23 23:10:33 +0800
commit95b0c2d3fef9d46790938214e19f945b496a9223 (patch)
tree8e614fa565cf47d0ccd307861bd05d619e7b45d9 /config
parentinternal: fix anim typo (diff)
downloadcaelestia-shell-95b0c2d3fef9d46790938214e19f945b496a9223.tar.gz
caelestia-shell-95b0c2d3fef9d46790938214e19f945b496a9223.tar.bz2
caelestia-shell-95b0c2d3fef9d46790938214e19f945b496a9223.zip
dashboard: add weather
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 0a41cfd..ea6db4f 100644
--- a/config/DashboardConfig.qml
+++ b/config/DashboardConfig.qml
@@ -17,5 +17,6 @@ Singleton {
readonly property int mediaProgressSweep: 180
readonly property int mediaProgressThickness: 8
readonly property int resourceProgessThickness: 10
+ readonly property int weatherWidth: 250
}
}