From e3dcdbb67cba35d90fbf5d437466d11776fe8412 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 7 Jun 2025 14:47:24 +1000 Subject: internal: move bar to drawer window Fixes a few bugs, also removes need for hyprland order layerrule --- modules/drawers/Panels.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/drawers/Panels.qml') diff --git a/modules/drawers/Panels.qml b/modules/drawers/Panels.qml index b127031..0514b3e 100644 --- a/modules/drawers/Panels.qml +++ b/modules/drawers/Panels.qml @@ -14,6 +14,7 @@ Item { required property ShellScreen screen required property PersistentProperties visibilities + required property Item bar readonly property Osd.Wrapper osd: osd readonly property Notifications.Wrapper notifications: notifications @@ -24,6 +25,7 @@ Item { anchors.fill: parent anchors.margins: BorderConfig.thickness + anchors.leftMargin: bar.implicitWidth Component.onCompleted: Visibilities.panels[screen] = this -- cgit v1.2.3-freya