From 825671bd5b0e2655fb36afc885caae04a87b0331 Mon Sep 17 00:00:00 2001 From: Pavan Jadhaw Date: Tue, 12 Dec 2017 08:05:30 +0530 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 098567b..95f7d07 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # better_lockscreen - -A simple lock script for i3lock +*A simple lock script for i3lock* Most of i3lock script out there converts your defined image to add blur, glitch or dim effect to image and it feels so slow and btw who needs dynamic lock background, its not like I change lockscreen background every 5 minutes. @@ -93,18 +92,24 @@ chmod +x lock.sh ### Load/Update the image cache -Grab your favourite image for lockscreen background +*Grab your favourite image for lockscreen background* ``` ./lock.sh -u path/to/image.img ``` -Or supply a directory with images, and a random one will be used +*if you want to use random image from specific directory* ``` ./lock.sh -u path/to/imagedir ``` +*set random image as desktop background too* + +``` +./lock.sh -u path/to/imagedir && ./lock.sh -w +``` + --- ### To lockscreen