aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPavan Jadhaw <pavanjadhaw96@gmail.com>2017-12-11 07:01:37 +0530
committerGitHub <noreply@github.com>2017-12-11 07:01:37 +0530
commit717572a0e305d0c05e89c5bf7a88f922e7bb2285 (patch)
treeb0eb051ee68672676f8eef923c3f4230b02b22c5 /README.md
parentc7062a1840d3bfa9cb561a7b5345ef74b7cb2c30 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
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
```