From 9a9a35d75efdc4a2264e861b01ed2a6ab0fa4a9d Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 17 Aug 2025 21:34:22 +0700 Subject: [PATCH] =?UTF-8?q?bar:=20corrected=20=F0=9F=92=A2=20popup=20margi?= =?UTF-8?q?ns=20for=20vertical=20bar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/quickshell/ii/modules/bar/StyledPopup.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/quickshell/ii/modules/bar/StyledPopup.qml b/.config/quickshell/ii/modules/bar/StyledPopup.qml index bc399aa38..47c19ef21 100644 --- a/.config/quickshell/ii/modules/bar/StyledPopup.qml +++ b/.config/quickshell/ii/modules/bar/StyledPopup.qml @@ -33,7 +33,7 @@ LazyLoader { root.hoverTarget, (root.hoverTarget.width - popupBackground.implicitWidth) / 2, 0 ).x; - return Appearance.sizes.barHeight + return Appearance.sizes.verticalBarWidth } top: { if (!Config.options.bar.vertical) return Appearance.sizes.barHeight; @@ -42,7 +42,7 @@ LazyLoader { (root.hoverTarget.height - popupBackground.implicitHeight) / 2, 0 ).y; } - right: Appearance.sizes.barHeight + right: Appearance.sizes.verticalBarWidth bottom: Appearance.sizes.barHeight } WlrLayershell.namespace: "quickshell:popup"