feat(lockscreen): add fprintd fingerprint authentication#137
Open
LordHerdier wants to merge 4 commits intoAxenide:mainfrom
Open
feat(lockscreen): add fprintd fingerprint authentication#137LordHerdier wants to merge 4 commits intoAxenide:mainfrom
LordHerdier wants to merge 4 commits intoAxenide:mainfrom
Conversation
added 4 commits
March 28, 2026 11:51
Owner
|
UI changes should have some screenshot or recording please :D |
Author
|
Sure! fingerprint.mp4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds fingerprint authentication to the lockscreen via
fprintd, as an automatic companion to the existing PAM password flow.What this does
fprintd-listto check whether the current user has any enrolled fingers. If so,fprintd-verifyis started automatically in the background.UI
fingerprintglyph (U+E23E) while scanning, with a slow breathing pulse animation.fprintdis running and the user has at least one enrolled finger — devices without fingerprint support see no difference.Testing
Tested on NixOS with a Goodix reader. It should work for any
fprintd-supported reader since it uses the standardfprintd-verify/fprintd-listCLI.Notes
Happy to change anything here — the animation timing, icon placement, behaviour on scan failure, etc. Would love feedback on whether the approach fits the project's conventions. This is my first contribution so please don't hesitate to point out anything that should be done differently!