diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-10 23:15:32 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-10 23:15:32 +1000 |
| commit | 87b491d8e794995950c6667e1d831061e36aa186 (patch) | |
| tree | f17fc2be88041dda842d2e3d7db05b09768d3c0d /modules/lock/Content.qml | |
| parent | lock: better lock anim (diff) | |
| download | caelestia-shell-87b491d8e794995950c6667e1d831061e36aa186.tar.gz caelestia-shell-87b491d8e794995950c6667e1d831061e36aa186.tar.bz2 caelestia-shell-87b491d8e794995950c6667e1d831061e36aa186.zip | |
lock: add weather
Also refactor weather service
Diffstat (limited to 'modules/lock/Content.qml')
| -rw-r--r-- | modules/lock/Content.qml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/lock/Content.qml b/modules/lock/Content.qml index 102d8cf..ba19616 100644 --- a/modules/lock/Content.qml +++ b/modules/lock/Content.qml @@ -21,12 +21,14 @@ RowLayout { StyledRect { Layout.fillWidth: true - Layout.fillHeight: true + implicitHeight: weather.implicitHeight radius: Appearance.rounding.small color: Colours.tPalette.m3surfaceContainer - // WeatherInfo {} + WeatherInfo { + id: weather + } } StyledRect { |