From 1830aeba187beb3bb48eddeb1de2abd429a0f805 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Tue, 21 Oct 2025 13:27:15 +0200 Subject: [PATCH] make left sidebar padding consistent with right sidebar --- dots/.config/quickshell/ii/modules/sidebarLeft/SidebarLeft.qml | 1 - .../quickshell/ii/modules/sidebarLeft/SidebarLeftContent.qml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/quickshell/ii/modules/sidebarLeft/SidebarLeft.qml b/dots/.config/quickshell/ii/modules/sidebarLeft/SidebarLeft.qml index 8d0a43a05..6d8009f0b 100644 --- a/dots/.config/quickshell/ii/modules/sidebarLeft/SidebarLeft.qml +++ b/dots/.config/quickshell/ii/modules/sidebarLeft/SidebarLeft.qml @@ -10,7 +10,6 @@ import Quickshell.Hyprland Scope { // Scope id: root - property int sidebarPadding: 15 property bool detach: false property Component contentComponent: SidebarLeftContent {} property Item sidebarContent diff --git a/dots/.config/quickshell/ii/modules/sidebarLeft/SidebarLeftContent.qml b/dots/.config/quickshell/ii/modules/sidebarLeft/SidebarLeftContent.qml index 37014b4b7..ae19f07a8 100644 --- a/dots/.config/quickshell/ii/modules/sidebarLeft/SidebarLeftContent.qml +++ b/dots/.config/quickshell/ii/modules/sidebarLeft/SidebarLeftContent.qml @@ -9,6 +9,7 @@ import Qt5Compat.GraphicalEffects Item { id: root required property var scopeRoot + property int sidebarPadding: 10 anchors.fill: parent property bool aiChatEnabled: Config.options.policies.ai !== 0 property bool translatorEnabled: Config.options.sidebar.translator.enable