diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-21 14:34:21 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-03-16 09:37:49 -0400 |
| commit | 17bdfd901fce9405907afd9e79b1ce66aac2f26e (patch) | |
| tree | 89dbcfc0e92ee20cea21918f4c04495802a90a61 /shell.qml | |
| parent | remove config saving, make background scale properly, and add quickshell desk... (diff) | |
| download | caelestia-shell-17bdfd901fce9405907afd9e79b1ce66aac2f26e.tar.gz caelestia-shell-17bdfd901fce9405907afd9e79b1ce66aac2f26e.tar.bz2 caelestia-shell-17bdfd901fce9405907afd9e79b1ce66aac2f26e.zip | |
remove lockscreen
Diffstat (limited to 'shell.qml')
| -rw-r--r-- | shell.qml | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -11,13 +11,7 @@ import Quickshell ShellRoot { Background {} Drawers {} - Lock { - id: lock - } Shortcuts {} BatteryMonitor {} - IdleMonitors { - lock: lock - } } |