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 } }