mirror of https://github.com/tiyn/slock
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.
19 lines
576 B
19 lines
576 B
# 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)
|
|
- slock-git-20161012-control-clear.diff (doesnt turn logo red when pressing control keys)
|
|
|
|
## Installation
|
|
|
|
The most basic way is to clone the repository and then invoke make.
|
|
|
|
- `git clone https://github.com/tiyn/slock`
|
|
- `make clean install`
|