From ff7aa46cda31dede258b1195851ab582470ded8a Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 17 Aug 2025 15:48:33 +0700 Subject: [PATCH] background: fix too close date placement for 12h clock --- .config/quickshell/ii/modules/background/Background.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.config/quickshell/ii/modules/background/Background.qml b/.config/quickshell/ii/modules/background/Background.qml index 98760db2e..01bdd96f2 100644 --- a/.config/quickshell/ii/modules/background/Background.qml +++ b/.config/quickshell/ii/modules/background/Background.qml @@ -213,7 +213,7 @@ Variants { ColumnLayout { id: clockColumn anchors.centerIn: parent - spacing: 0 + spacing: 6 StyledText { Layout.fillWidth: true @@ -244,7 +244,6 @@ Variants { } StyledText { Layout.fillWidth: true - Layout.topMargin: 8 horizontalAlignment: bgRoot.textHorizontalAlignment font { family: Appearance.font.family.expressive