summaryrefslogtreecommitdiff
path: root/config/LockConfig.qml
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-01-21 14:34:21 -0500
committerFreya Murphy <freya@freyacat.org>2026-03-16 09:37:49 -0400
commit17bdfd901fce9405907afd9e79b1ce66aac2f26e (patch)
tree89dbcfc0e92ee20cea21918f4c04495802a90a61 /config/LockConfig.qml
parentremove config saving, make background scale properly, and add quickshell desk... (diff)
downloadcaelestia-shell-17bdfd901fce9405907afd9e79b1ce66aac2f26e.tar.gz
caelestia-shell-17bdfd901fce9405907afd9e79b1ce66aac2f26e.tar.bz2
caelestia-shell-17bdfd901fce9405907afd9e79b1ce66aac2f26e.zip
remove lockscreen
Diffstat (limited to 'config/LockConfig.qml')
-rw-r--r--config/LockConfig.qml15
1 files changed, 0 insertions, 15 deletions
diff --git a/config/LockConfig.qml b/config/LockConfig.qml
deleted file mode 100644
index d0a9fb3..0000000
--- a/config/LockConfig.qml
+++ /dev/null
@@ -1,15 +0,0 @@
-import Quickshell.Io
-
-JsonObject {
- property bool recolourLogo: false
- property bool enableFprint: true
- property int maxFprintTries: 3
- property bool hideNotifs: false
- property Sizes sizes: Sizes {}
-
- component Sizes: JsonObject {
- property real heightMult: 0.7
- property real ratio: 16 / 9
- property int centerWidth: 600
- }
-}