From 96b8af05ccc4a7fcb0861024fa59268e66a54951 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 8 Mar 2026 19:19:28 +0100 Subject: [PATCH] hefty: bar: adjust calendar spacing --- .../ii/modules/hefty/topLayer/bar/widgets/HTime.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dots/.config/quickshell/ii/modules/hefty/topLayer/bar/widgets/HTime.qml b/dots/.config/quickshell/ii/modules/hefty/topLayer/bar/widgets/HTime.qml index aa46e6877..1de60905a 100644 --- a/dots/.config/quickshell/ii/modules/hefty/topLayer/bar/widgets/HTime.qml +++ b/dots/.config/quickshell/ii/modules/hefty/topLayer/bar/widgets/HTime.qml @@ -161,11 +161,11 @@ HBarWidgetWithPopout { property real buttonSize: C.Appearance.rounding.normal * 2 property real buttonSpacing: 4 - rowSpacing: 4 + rowSpacing: 2 W.FlyFadeEnterChoreographable { Layout.fillWidth: true - Layout.bottomMargin: 4 + Layout.bottomMargin: 6 RowLayout { width: parent.width