diff --git a/dots/.config/quickshell/ii/modules/hefty/topLayer/bar/HBarContent.qml b/dots/.config/quickshell/ii/modules/hefty/topLayer/bar/HBarContent.qml index a388cdb62..7b1e5d6d3 100644 --- a/dots/.config/quickshell/ii/modules/hefty/topLayer/bar/HBarContent.qml +++ b/dots/.config/quickshell/ii/modules/hefty/topLayer/bar/HBarContent.qml @@ -46,7 +46,7 @@ Item { Side { id: centerRightSide anchors.left: !root.vertical ? centerSide.right : parent.left - anchors.top: root.vertical ? parent.top : centerSide.bottom + anchors.top: !root.vertical ? parent.top : centerSide.bottom HBarUserFallbackComponentRepeater { componentNames: [...(root.centerLeftWidgets.length > 0 ? [invisibleItem] : []), ...root.centerRightWidgets,] }