aboutsummaryrefslogtreecommitdiffstats
path: root/desktop/shell.qml
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/shell.qml')
-rw-r--r--desktop/shell.qml5
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop/shell.qml b/desktop/shell.qml
index ed219e5..c654cd4 100644
--- a/desktop/shell.qml
+++ b/desktop/shell.qml
@@ -12,6 +12,7 @@
import Quickshell
import Quickshell.Io
import Quickshell.Wayland
+import "modules/appearance"
ShellRoot {
// Quickshell exits once no window is visible, and the drawer is closed
@@ -28,7 +29,9 @@ ShellRoot {
Drawer {
id: drawer
- modules: []
+ modules: [
+ AppearanceModule {},
+ ]
}
// The waybar launcher and the deep-link keybinds all reach this: