summaryrefslogtreecommitdiff
path: root/modules/dashboard/Dash.qml
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 /modules/dashboard/Dash.qml
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 'modules/dashboard/Dash.qml')
-rw-r--r--modules/dashboard/Dash.qml10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/dashboard/Dash.qml b/modules/dashboard/Dash.qml
index c9923c7..5e619a3 100644
--- a/modules/dashboard/Dash.qml
+++ b/modules/dashboard/Dash.qml
@@ -11,20 +11,20 @@ GridLayout {
columnSpacing: Appearance.spacing.normal
Rect {
+ Layout.column: 2
Layout.columnSpan: 3
User {}
}
Rect {
- // text: "toggles"
-
- Layout.column: 3
+ // Layout.column: 3
+ Layout.row: 0
Layout.columnSpan: 2
- Layout.preferredWidth: 250
+ Layout.preferredWidth: DashboardConfig.sizes.weatherWidth
Layout.fillHeight: true
- Item {}
+ Weather {}
}
Rect {