From 1703cb24d1f82f0ffaa0a0dfcdae33c7409e09f8 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 3 Nov 2025 20:33:03 +0100 Subject: [PATCH] fix left sidebar weird color when detached and transparency enabled --- dots/.config/quickshell/ii/modules/sidebarLeft/SidebarLeft.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/dots/.config/quickshell/ii/modules/sidebarLeft/SidebarLeft.qml b/dots/.config/quickshell/ii/modules/sidebarLeft/SidebarLeft.qml index 6d8009f0b..9a26b07be 100644 --- a/dots/.config/quickshell/ii/modules/sidebarLeft/SidebarLeft.qml +++ b/dots/.config/quickshell/ii/modules/sidebarLeft/SidebarLeft.qml @@ -127,6 +127,7 @@ Scope { // Scope sourceComponent: FloatingWindow { id: detachedSidebarRoot property var contentParent: detachedSidebarBackground + color: "transparent" visible: GlobalStates.sidebarLeftOpen onVisibleChanged: {