summaryrefslogtreecommitdiff
path: root/modules/lock/Content.qml
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-01-21 14:34:21 -0500
committerFreya Murphy <freya@freyacat.org>2026-01-22 08:37:01 -0500
commit197cb6a37fdf5a9308c87d60877fd39a7799f42c (patch)
treedd49ebba144c1f7a6508ef4f1a9f8629237ab70d /modules/lock/Content.qml
parentremove config saving, make background scale properly, and add quickshell desk... (diff)
downloadcaelestia-shell-197cb6a37fdf5a9308c87d60877fd39a7799f42c.tar.gz
caelestia-shell-197cb6a37fdf5a9308c87d60877fd39a7799f42c.tar.bz2
caelestia-shell-197cb6a37fdf5a9308c87d60877fd39a7799f42c.zip
remove lockscreen
Diffstat (limited to 'modules/lock/Content.qml')
-rw-r--r--modules/lock/Content.qml27
1 files changed, 0 insertions, 27 deletions
diff --git a/modules/lock/Content.qml b/modules/lock/Content.qml
deleted file mode 100644
index daa87ac..0000000
--- a/modules/lock/Content.qml
+++ /dev/null
@@ -1,27 +0,0 @@
-import qs.components
-import qs.services
-import qs.config
-import QtQuick
-import QtQuick.Layouts
-
-RowLayout {
- id: root
-
- required property var lock
-
- spacing: Appearance.spacing.large * 2
-
- ColumnLayout {
- Layout.fillWidth: true
- spacing: Appearance.spacing.normal
- }
-
- Center {
- lock: root.lock
- }
-
- ColumnLayout {
- Layout.fillWidth: true
- spacing: Appearance.spacing.normal
- }
-}