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/bar/components/workspaces/Workspaces.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/bar/components') diff --git a/modules/bar/components/workspaces/Workspaces.qml b/modules/bar/components/workspaces/Workspaces.qml index 86392ec..8a1c49c 100644 --- a/modules/bar/components/workspaces/Workspaces.qml +++ b/modules/bar/components/workspaces/Workspaces.qml @@ -65,6 +65,8 @@ Item { MouseArea { anchors.fill: parent + anchors.leftMargin: -(Appearance.padding.small + BorderConfig.thickness) + anchors.rightMargin: -(Appearance.padding.small + BorderConfig.thickness) onPressed: event => { const ws = layout.childAt(event.x, event.y).index + root.groupOffset + 1; -- cgit v1.2.3-freya