This is my configuration of slock - the suckless X screen locker.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
tiyn 72b4407a7b
added dwmlogo patch to master
1 year ago
.gitignore updated gitignore 1 year ago
LICENSE adding base 5 years ago
Makefile base: added base image 1 year ago
README.md added dwmlogo patch to master 1 year ago
arg.h adding base 5 years ago
config.def.h added dwmlogo patch to master 1 year ago
config.mk added dwmlogo patch to master 1 year ago
explicit_bzero.c adding base 5 years ago
slock-background-image-20220318-1c5a538.diff added background-image patch 1 year ago
slock-dwmlogo-20210324.diff added dwmlogo patch 1 year ago
slock.1 adding base 5 years ago
slock.c added dwmlogo patch to master 1 year ago
util.h adding base 5 years ago

README.md

slock

This is my patched version of slock. The base version is directly from suckless.org.

Patches

The list below shows the currently applied patches to the master branch.

  • slock-background-image-20220318-1c5a538.diff (shows a background image in locked state)
  • slock-dwmlogo-20210324.diff (adds dwm logo on lock screen)

Installation

The most basic way is to clone the repository and then invoke make.

  • git clone https://github.com/tiyn/slock
  • make clean install