diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-23 23:10:33 +0800 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-23 23:10:33 +0800 |
| commit | 95b0c2d3fef9d46790938214e19f945b496a9223 (patch) | |
| tree | 8e614fa565cf47d0ccd307861bd05d619e7b45d9 /modules/dashboard/Dash.qml | |
| parent | internal: fix anim typo (diff) | |
| download | caelestia-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.qml | 10 |
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 { |