summaryrefslogtreecommitdiff
path: root/shell.qml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--shell.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/shell.qml b/shell.qml
index aa23e0a..08007a1 100644
--- a/shell.qml
+++ b/shell.qml
@@ -11,13 +11,7 @@ import Quickshell
ShellRoot {
Background {}
Drawers {}
- Lock {
- id: lock
- }
Shortcuts {}
BatteryMonitor {}
- IdleMonitors {
- lock: lock
- }
}