diff options
Diffstat (limited to 'shell.qml')
| -rw-r--r-- | shell.qml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 {} } |