From 1929b6dc8ee518bd79e4aa809221f56eec63aa80 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 24 May 2025 09:50:08 +0200 Subject: [PATCH] left sidebar panelWindow size: account for bounciness --- .config/quickshell/modules/sidebarLeft/SidebarLeft.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/modules/sidebarLeft/SidebarLeft.qml b/.config/quickshell/modules/sidebarLeft/SidebarLeft.qml index 0ad952bb..6963c50a 100644 --- a/.config/quickshell/modules/sidebarLeft/SidebarLeft.qml +++ b/.config/quickshell/modules/sidebarLeft/SidebarLeft.qml @@ -36,7 +36,7 @@ Scope { // Scope } exclusiveZone: sidebarRoot.pin ? sidebarWidth : 0 - implicitWidth: Appearance.sizes.sidebarWidthExtended + implicitWidth: Appearance.sizes.sidebarWidthExtended + Appearance.sizes.elevationMargin WlrLayershell.namespace: "quickshell:sidebarLeft" // Hyprland 0.49: OnDemand is Exclusive, Exclusive just breaks click-outside-to-close // WlrLayershell.keyboardFocus: WlrKeyboardFocus.OnDemand