From ad9f25c34684636ce961090233e3daff80b1cbd2 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Thu, 6 Nov 2025 11:08:14 +0100 Subject: [PATCH] weather widget: make number and icon further apart --- .../modules/background/widgets/weather/WeatherWidget.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dots/.config/quickshell/ii/modules/background/widgets/weather/WeatherWidget.qml b/dots/.config/quickshell/ii/modules/background/widgets/weather/WeatherWidget.qml index 5b598d24a..322772cbe 100644 --- a/dots/.config/quickshell/ii/modules/background/widgets/weather/WeatherWidget.qml +++ b/dots/.config/quickshell/ii/modules/background/widgets/weather/WeatherWidget.qml @@ -37,8 +37,8 @@ AbstractBackgroundWidget { anchors { right: parent.right top: parent.top - rightMargin: 20 - topMargin: 24 + rightMargin: 16 + topMargin: 20 } } @@ -50,8 +50,8 @@ AbstractBackgroundWidget { left: parent.left bottom: parent.bottom - leftMargin: 20 - bottomMargin: 24 + leftMargin: 16 + bottomMargin: 20 } } }