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