summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknolax <1339802534.kk@gmail.com>2017-07-17 14:48:44 -0400
committerknolax <1339802534.kk@gmail.com>2017-07-17 14:48:44 -0400
commit126220bf105a4266788d0b2c68ee7467e13c33fe (patch)
treee3b3000d913b7fe66dc6bc991341bcb45468a102
parent80fba410818788b864392b163759db49695d70f2 (diff)
made sure the binary is i3lock-img now
-rw-r--r--CHANGELOG2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 652e6c5..6300059 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-2017-07-17 i3lock 2.9.1-image fork
+2017-07-17 i3lock-img 2.9.1 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)
diff --git a/README.md b/README.md
index c1cd21a..a280a88 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ i3lock-img
authorization states instead of the old ugly circle
example :
- ./i3lock -a ./auth -k ./keypress -K 50
+ i3lock-img -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