summaryrefslogtreecommitdiff
path: root/shell.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-22 20:50:39 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-22 20:50:39 +1000
commit2a652d549a56b74cdf5134ffee7d84ef5e96823f (patch)
tree27ccdd549bcd865f34eadaddddfe348fd1dbf9bc /shell.qml
parentsystemusage: use sensors for cpu temps (diff)
downloadcaelestia-shell-2a652d549a56b74cdf5134ffee7d84ef5e96823f.tar.gz
caelestia-shell-2a652d549a56b74cdf5134ffee7d84ef5e96823f.tar.bz2
caelestia-shell-2a652d549a56b74cdf5134ffee7d84ef5e96823f.zip
feat: lock screen
Diffstat (limited to 'shell.qml')
-rw-r--r--shell.qml2
1 files changed, 2 insertions, 0 deletions
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 {}
}