From ced992a8075d611d56ed469b32089787ccef18dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n?= Date: Fri, 20 Sep 2019 12:47:58 +0000 Subject: [PATCH 1/2] Add a note about the image processing issues As it is indicated in #37, #62, #66 and #85, i3lock doesn't planned to add this feature. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index af3fd0b..fdbd294 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ Many little improvements have been made to i3lock over time: after waking up your computer from suspend to RAM) - You can specify either a background color or a PNG image which will be - displayed while your screen is locked. + displayed while your screen is locked (**note**: i3lock don't make any + image manipulation or processing, nor it is planned to add this feature). - You can specify whether i3lock should bell upon a wrong password. From c41c0e11c5ffe2a1bd07206c234fed7954b121ee Mon Sep 17 00:00:00 2001 From: ivanhercaz Date: Tue, 24 Sep 2019 21:26:39 +0100 Subject: [PATCH 2/2] Rewrite the note about image manipulation (#247) According to the change requested by @Airblader. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fdbd294..31a39ea 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,9 @@ Many little improvements have been made to i3lock over time: after waking up your computer from suspend to RAM) - You can specify either a background color or a PNG image which will be - displayed while your screen is locked (**note**: i3lock don't make any - image manipulation or processing, nor it is planned to add this feature). + displayed while your screen is locked. Note that i3lock is not an image +manipulation software. If you need to resize the image to fill the screen +or similar, use existing tooling to do this before passing it to i3lock. - You can specify whether i3lock should bell upon a wrong password.