lockatme is a screen locker that works with modules. It allows the user to use the same locker for different types of authentication.
This locker is in development stage, there is nothing secure about it. Don't use it for real application just yet.
Contents
- Modular
- Themable (TODO)
Using pip:
$ pip install lockatmeFrom the command line:
$ lockatmelockatme uses a ini-like config file.
The default location of the configuration file is $XDG_CONFIG_HOME/lockatme/config or
~/.config/lockatme/config if $XDG_CONFIG_HOME is not set.
You can choose which modules you want to use so for example, if you want to use only password authentication:
[unlockers]
passwordIf you want to use both password and facial recognition at the same time:
[unlockers]
password
facial_recognition