summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknolax <1339802534.kk@gmail.com>2017-07-17 14:37:18 -0400
committerknolax <1339802534.kk@gmail.com>2017-07-17 14:37:18 -0400
commit76d99f6fb1f2876093fd94b3a69c67fae3a05908 (patch)
tree5ec10be7e794b2fb7b12303d596d58bb2debb51b
parent8236f48674193872ee77f66f4d959abe959c1d38 (diff)
edited changelog and readme for fork
-rw-r--r--CHANGELOG4
-rw-r--r--README.md14
2 files changed, 17 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d2bac95..652e6c5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,7 @@
+2017-07-17 i3lock 2.9.1-image fork
+ • Added the option displaying images after certain number of keypresses (-k and K)
+ • Added option to specify images to display at various authorization states instead of the circle indicator ( -a)
+
2017-06-21 i3lock 2.9.1
• Fix version number mechanism (for --version)
diff --git a/README.md b/README.md
index 352f460..c1cd21a 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,21 @@
-i3lock - improved screen locker
+i3lock-img - improved screen locker fork with increased custom image capabilities
===============================
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.
+i3lock-img
+- adds the ability to specify -k to display certain images based on
+ number of characters entered
+
+- adds the ability to specify -a to display certain images at various
+ authorization states instead of the old ugly circle
+
+example :
+ ./i3lock -a ./auth -k ./keypress -K 50
+ - will display ./auth/0.png on idle, ./auth/1.png of verify, ./auth/3.png on wrong password
+ - will display ./keypress/$x.png based on how man characters, $x of the password have been entered
+
Many little improvements have been made to i3lock over time:
- i3lock forks, so you can combine it with an alias to suspend to RAM