Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.

sweenu/lockatme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lockatme: Modular Screen Locker

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.

Latest PyPI version

Main features

  • Modular
  • Themable (TODO)

Installation

Using pip:

$ pip install lockatme

Usage

From the command line:

$ lockatme

Configuration

lockatme uses a ini-like config file.

Config file location

The default location of the configuration file is $XDG_CONFIG_HOME/lockatme/config or ~/.config/lockatme/config if $XDG_CONFIG_HOME is not set.

Module configuration

You can choose which modules you want to use so for example, if you want to use only password authentication:

[unlockers]
password

If you want to use both password and facial recognition at the same time:

[unlockers]
password
facial_recognition