From 8eb91cd06b3ffc3762f5f72674ebf24f794bc063 Mon Sep 17 00:00:00 2001 From: Jake Weaver Date: Fri, 15 May 2026 15:14:21 -0400 Subject: [PATCH] Enlarge hero icon and tighten popup spacing --- .../omarchy-shell/plugins/bar/widgets/weatherFlyout.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default/quickshell/omarchy-shell/plugins/bar/widgets/weatherFlyout.qml b/default/quickshell/omarchy-shell/plugins/bar/widgets/weatherFlyout.qml index 41f9ec8a..7ed91ab5 100644 --- a/default/quickshell/omarchy-shell/plugins/bar/widgets/weatherFlyout.qml +++ b/default/quickshell/omarchy-shell/plugins/bar/widgets/weatherFlyout.qml @@ -208,7 +208,7 @@ Item { Column { id: card anchors.fill: parent - spacing: 20 + spacing: 14 // ---- Hero row: location/temp/condition on the left, big icon on the right. Item { @@ -279,7 +279,7 @@ Item { text: root.label || "—" color: root.bar.foreground font.family: root.bar.fontFamily - font.pixelSize: 56 + font.pixelSize: 80 } }