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