From dbd23a6ea4a6491ad007c8ec01c2f4c2bda25bbd Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Thu, 14 Aug 2025 15:46:19 +0700 Subject: [PATCH] bar: fix weird center group spacing for non-borderless mode --- .config/quickshell/ii/modules/bar/BarContent.qml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.config/quickshell/ii/modules/bar/BarContent.qml b/.config/quickshell/ii/modules/bar/BarContent.qml index f3212744..8ba79d70 100644 --- a/.config/quickshell/ii/modules/bar/BarContent.qml +++ b/.config/quickshell/ii/modules/bar/BarContent.qml @@ -166,7 +166,7 @@ Item { // Bar content region RowLayout { // Middle section id: middleSection anchors.centerIn: parent - spacing: Config.options?.bar.borderless ? 4 : 8 + spacing: 4 BarGroup { id: leftCenterGroup @@ -247,9 +247,6 @@ Item { // Bar content region } } - VerticalBarSeparator { - visible: Config.options.bar.borderless && Config.options.bar.weather.enable - } } MouseArea { // Right side | scroll to change volume