summaryrefslogtreecommitdiff
path: root/shell.qml
diff options
context:
space:
mode:
Diffstat (limited to 'shell.qml')
-rw-r--r--shell.qml7
1 files changed, 0 insertions, 7 deletions
diff --git a/shell.qml b/shell.qml
index 1131bae..93bc3a1 100644
--- a/shell.qml
+++ b/shell.qml
@@ -1,15 +1,8 @@
import "modules/bar"
import "modules/launcher"
-import "config"
import Quickshell
-import QtQuick.Controls.Material
ShellRoot {
- Material.accent: Appearance.colours.m3primary
- Material.primary: Appearance.colours.m3secondary
- Material.foreground: Appearance.colours.m3onBackground
- Material.background: Appearance.colours.m3background
-
Bar {}
Launcher {}
}