Skip to content

ardgz/sflock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sflock - simple feedback screen locker

Simple screen locker utility for X, based on slock. Provides a very basic user feedback.

Requirements

In order to build sflock you need the Xlib header files.

Installation

Arch Linux users can install this package from the AUR(http://aur.archlinux.org/packages.php?ID=44802).

Manual installation: Edit config.mk to match your local setup (sflock is installed into the /usr/local namespace by default).

Afterwards enter the following command to build and install sflock (if necessary as root):

make clean install

Running sflock

Simply invoking the sflock command starts the display locker with default settings.

Custom settings:

-b: toggle the bar. -f : modify the font. -c : modify the characters displayed when the user enters his password. This can be a sequence of characters to create a fake password.

About

Simple X display locker, with basic user feedback. Based on slock.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 82.3%
  • Makefile 17.7%