1786192336

This commit is contained in:
2026-08-08 14:32:16 +02:00
parent 24b3e2f2ce
commit b28a5387bb

View File

@@ -32,6 +32,8 @@ export component Climate inherits Rectangle {
in property <bool> is-night; in property <bool> is-night;
HorizontalBox { HorizontalBox {
height: parent.height;
if weather.kind == "sun": Image { if weather.kind == "sun": Image {
colorize: Palette.foreground; colorize: Palette.foreground;
width: 120px; width: 120px;