hyprlock
hyprlock copied to clipboard
[REQ] Pin input widget
How hard would it be to add a pin input widget so that I could unlock my tablet with hyprlock? I would even change my password to a number based one if it would be easier to implement. Might even try to implement it myself with some helpful hints. Thanks
How hard would it be to add a pin input widget so that I could unlock my tablet with hyprlock? I would even change my password to a number based one if it would be easier to implement. Might even try to implement it myself with some helpful hints. Thanks
Just set up a pin using pam, and some pam module
Thanks for the suggestion. I started looking a bit in the code yesterday evening. My question is more on the widget side. I guess I need to setup a number pad with buttons and then let the buttons act like a keyboard or something like that... Or maybe send the button input to the password field widget.
I played around a bit but it seams to be crashing without an error in the log. So I am asking myself if there is kind of a dev-mode, where things get rendered but not really locked, because it is a real pain. Can't recover from the red screen. Only by killing Hyprland from anothe tty. Looked through the code but didn't find anything obvious.