From f8eb1b69a034f4aa2833271a0c6b999cfe2a477e Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 13 May 2025 23:12:23 +0800 Subject: launcher: move to drawers --- modules/drawers/Backgrounds.qml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'modules/drawers/Backgrounds.qml') diff --git a/modules/drawers/Backgrounds.qml b/modules/drawers/Backgrounds.qml index 017b883..3e0156f 100644 --- a/modules/drawers/Backgrounds.qml +++ b/modules/drawers/Backgrounds.qml @@ -3,8 +3,7 @@ import "root:/config" import "root:/modules/osd" as Osd import "root:/modules/notifications" as Notifications import "root:/modules/session" as Session -import Quickshell -import QtQuick +import "root:/modules/launcher" as Launcher import QtQuick.Shapes Shape { @@ -37,4 +36,11 @@ Shape { startX: root.width startY: (root.height - wrapper.height) / 2 } + + Launcher.Background { + wrapper: panels.launcher + + startX: (root.width - wrapper.width) / 2 + startY: root.height + } } -- cgit v1.2.3-freya