summaryrefslogtreecommitdiff
path: root/shell.qml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--shell.qml7
1 files changed, 0 insertions, 7 deletions
diff --git a/shell.qml b/shell.qml
index aa23e0a..94ab824 100644
--- a/shell.qml
+++ b/shell.qml
@@ -5,19 +5,12 @@
import "modules"
import "modules/drawers"
import "modules/background"
-import "modules/lock"
import Quickshell
ShellRoot {
Background {}
Drawers {}
- Lock {
- id: lock
- }
Shortcuts {}
BatteryMonitor {}
- IdleMonitors {
- lock: lock
- }
}