From 717572a0e305d0c05e89c5bf7a88f922e7bb2285 Mon Sep 17 00:00:00 2001 From: Pavan Jadhaw Date: Mon, 11 Dec 2017 07:01:37 +0530 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c867be0..098567b 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,9 @@ exec --no-startup-id lock.sh -w # where Pictures/Wallpapers is the directory you would want to get random wallpapers from exec --no-startup-id lock.sh -u ~/Pictures/Wallpapers -# add this only if you want to use same random image as desktop background too (you might want to ) +# add this only if you want to use same random image as desktop background too (you might want to) +# it might not work as it takes few seconds for images to be cached, +# try adding delay of 5 seconds if thats the case exec --no-startup-id lock.sh -w ```