diff --git a/.config/quickshell/ii/modules/bar/BarContent.qml b/.config/quickshell/ii/modules/bar/BarContent.qml index 677801882..7b0a090dc 100644 --- a/.config/quickshell/ii/modules/bar/BarContent.qml +++ b/.config/quickshell/ii/modules/bar/BarContent.qml @@ -108,6 +108,7 @@ Item { // Bar content region BarGroup { id: leftCenterGroup + anchors.verticalCenter: parent.verticalCenter implicitWidth: root.centerSideModuleWidth Resources { @@ -127,6 +128,7 @@ Item { // Bar content region BarGroup { id: middleCenterGroup + anchors.verticalCenter: parent.verticalCenter padding: workspacesWidget.widgetPadding Workspaces { @@ -152,6 +154,7 @@ Item { // Bar content region MouseArea { id: rightCenterGroup + anchors.verticalCenter: parent.verticalCenter implicitWidth: root.centerSideModuleWidth implicitHeight: rightCenterGroupContent.implicitHeight