Show the branding text on the lock screen

This commit is contained in:
2026-08-21 14:56:46 -04:00
parent 55a0b5a06c
commit 96759d68fd
6 changed files with 881 additions and 5 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"schemaVersion": 1,
"id": "blob.lock",
"name": "My lock screen",
"version": "1.0.0",
"author": "Omarchy",
"description": "Quickshell session lock with separate password and fingerprint PAM flows.",
"kinds": [
"service"
],
"keepLoaded": true,
"entryPoints": {
"service": "Service.qml"
},
"omarchy": {
"clonedFrom": "omarchy.lock"
}
}