From 96c8a63b21b2179f74328106ee86f3eada903b60 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 22 Mar 2026 17:56:33 +0100 Subject: [PATCH] hefty: fix bar covering whole screen when changing position --- .../.config/quickshell/ii/modules/hefty/topLayer/bar/HBar.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dots/.config/quickshell/ii/modules/hefty/topLayer/bar/HBar.qml b/dots/.config/quickshell/ii/modules/hefty/topLayer/bar/HBar.qml index 814056fb3..223f7ad5a 100644 --- a/dots/.config/quickshell/ii/modules/hefty/topLayer/bar/HBar.qml +++ b/dots/.config/quickshell/ii/modules/hefty/topLayer/bar/HBar.qml @@ -174,8 +174,8 @@ HAbstractMorphedPanel { anchors { top: parent.top bottom: undefined - left: parent.left - right: parent.right + left: undefined + right: undefined } states: [ State {