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 --- shell.qml | 2 -- 1 file changed, 2 deletions(-) (limited to 'shell.qml') diff --git a/shell.qml b/shell.qml index b83c8e5..d3d681f 100644 --- a/shell.qml +++ b/shell.qml @@ -1,13 +1,11 @@ import "modules" import "modules/bar" -import "modules/launcher" import "modules/drawers" import "modules/background" import Quickshell ShellRoot { Bar {} - Launcher {} Background {} Drawers {} -- cgit v1.2.3-freya