commit c41c0e11c5ffe2a1bd07206c234fed7954b121ee parent ced992a8075d611d56ed469b32089787ccef18dd Author: ivanhercaz <ivan@ivanhercaz.com> Date: Tue, 24 Sep 2019 21:26:39 +0100 Rewrite the note about image manipulation (#247) According to the change requested by @Airblader. Diffstat:
| M | README.md | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-) diff --git 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.
