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