From 76d99f6fb1f2876093fd94b3a69c67fae3a05908 Mon Sep 17 00:00:00 2001 From: knolax <1339802534.kk@gmail.com> Date: Mon, 17 Jul 2017 14:37:18 -0400 Subject: edited changelog and readme for fork --- CHANGELOG | 4 ++++ README.md | 14 +++++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) 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 -- cgit v1.1