From 19a4dffd3fc4a358f50e15eefb947bc12b75c327 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 17 May 2026 08:40:48 +0200 Subject: [PATCH] Layouting --- .../omarchy-shell/plugins/bar/widgets/weatherFlyout.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/default/quickshell/omarchy-shell/plugins/bar/widgets/weatherFlyout.qml b/default/quickshell/omarchy-shell/plugins/bar/widgets/weatherFlyout.qml index d152a153..4ce11f38 100644 --- a/default/quickshell/omarchy-shell/plugins/bar/widgets/weatherFlyout.qml +++ b/default/quickshell/omarchy-shell/plugins/bar/widgets/weatherFlyout.qml @@ -202,6 +202,7 @@ Item { Text { id: heroIcon anchors.verticalCenter: parent.verticalCenter + anchors.verticalCenterOffset: 10 text: root.label || "—" color: root.bar.foreground font.family: root.bar.fontFamily @@ -234,6 +235,7 @@ Item { Column { id: heroRight anchors.right: parent.right + anchors.rightMargin: 20 anchors.verticalCenter: parent.verticalCenter spacing: 12 @@ -299,7 +301,7 @@ Item { Column { spacing: 5 Text { - text: "HUMIDITY" + text: "HUMID" color: Qt.darker(root.bar.foreground, 1.5) font.family: root.bar.fontFamily font.pixelSize: 11