From 17bdfd901fce9405907afd9e79b1ce66aac2f26e Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 21 Jan 2026 14:34:21 -0500 Subject: remove lockscreen --- config/LockConfig.qml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 config/LockConfig.qml (limited to 'config/LockConfig.qml') 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 - } -} -- cgit v1.2.3-freya