8bitmcu / slock

fork of slock (simple lockscreen) with lots of customizations beyond patches like a config file!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slock - simple screen locker (fork)

A bloated fork of suckless slock with lots of customizations.

This fork merges the following patches:

And adds the following other changes:

  • lock icon instead of the dwm logo (configurable)
  • quick cancel using any keyboard key
  • load image to use as a background
  • configuration file; loads configuration from $XDG_CONFIG_HOME/slock/slock.toml if it exists

Have a look at slock.toml!

Building and installing

  1. clone this repository locally on your machine
  2. run make clean && sudo make install from within the repository folder
  3. copy and edit the config file: cp /etc/slock/slock.toml $XDG_CONFIG_HOME/slock/slock.toml

Previews

slock

slock

About

fork of slock (simple lockscreen) with lots of customizations beyond patches like a config file!

License:MIT License


Languages

Language:C 89.2%Language:Makefile 7.6%Language:Roff 3.1%