From 6a72f6b6aac06bcc1cdba9ed327abfa3f9b3de32 Mon Sep 17 00:00:00 2001 From: Chris Guillott Date: Mon, 8 Feb 2016 16:17:48 -0500 Subject: [PATCH] Add a disclaimer that I didn't write the original i3lock-color; I just patched his commits back in --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00c78af..062aa1f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ i3lock-color - improved screen locker =============================== + +* This is just a re-patched version of i3lock with the commits from [i3lock-color](https://github.com/eBrnd/i3lock-color); all the credit for the color functionality goes to @eBrnd! * + i3lock is a simple screen locker like slock. After starting it, you will see a white screen (you can configure the color/an image). You can return to your screen by entering your password. @@ -45,7 +48,7 @@ Requirements - libxkbcommon-x11 >= 0.5.0 Running i3lock -------------- +-------------- Simply invoke the 'i3lock' command. To get out of it, enter your password and press enter. @@ -57,4 +60,4 @@ i3lock --insidevercolor=0000a0bf --insidewrongcolor=ff8000bf --insidecolor=fffff Upstream -------- -Please submit pull requests to https://github.com/i3/i3lock +Please submit pull requests for i3lock things to https://github.com/i3/i3lock and pull requests for color things to me at https://github.com/Arcaena/i3lock-color.