From 2a652d549a56b74cdf5134ffee7d84ef5e96823f Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 22 Jun 2025 20:50:39 +1000 Subject: feat: lock screen --- shell.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell.qml') diff --git a/shell.qml b/shell.qml index bfca2b4..f649fed 100644 --- a/shell.qml +++ b/shell.qml @@ -4,12 +4,14 @@ import "modules" import "modules/drawers" import "modules/background" import "modules/areapicker" +import "modules/lock" import Quickshell ShellRoot { Background {} Drawers {} AreaPicker {} + Lock {} Shortcuts {} } -- cgit v1.2.3-freya