commit 6a72f6b6aac06bcc1cdba9ed327abfa3f9b3de32
parent 1beed9bc16109e83b527f0b5f91eb10b02774d2e
Author: Chris Guillott <chris@techfo.xyz>
Date: Mon, 8 Feb 2016 16:17:48 -0500
Add a disclaimer that I didn't write the original i3lock-color; I just patched his commits back in
Diffstat:
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git 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.