summaryrefslogtreecommitdiff
path: root/shell.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-02 13:46:44 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-02 13:46:44 +1000
commit8e8ea841dec20b587e425412ff1fd452eeab88a7 (patch)
treef558af3f276b6804e51991546f55369b4471a2a0 /shell.qml
parentbar: optional active ws indicator (diff)
downloadcaelestia-shell-8e8ea841dec20b587e425412ff1fd452eeab88a7.tar.gz
caelestia-shell-8e8ea841dec20b587e425412ff1fd452eeab88a7.tar.bz2
caelestia-shell-8e8ea841dec20b587e425412ff1fd452eeab88a7.zip
feat: launcher base
Diffstat (limited to 'shell.qml')
-rw-r--r--shell.qml2
1 files changed, 2 insertions, 0 deletions
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 {}
}