From 8e8ea841dec20b587e425412ff1fd452eeab88a7 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 2 May 2025 13:46:44 +1000 Subject: feat: launcher base --- shell.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell.qml') diff --git a/shell.qml b/shell.qml index a1ab585..1131bae 100644 --- a/shell.qml +++ b/shell.qml @@ -1,4 +1,5 @@ import "modules/bar" +import "modules/launcher" import "config" import Quickshell import QtQuick.Controls.Material @@ -10,4 +11,5 @@ ShellRoot { Material.background: Appearance.colours.m3background Bar {} + Launcher {} } -- cgit v1.2.3-freya