diff options
author | Pavan Jadhaw <pavanjadhaw96@gmail.com> | 2017-12-11 07:01:37 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-11 07:01:37 +0530 |
commit | 717572a0e305d0c05e89c5bf7a88f922e7bb2285 (patch) | |
tree | b0eb051ee68672676f8eef923c3f4230b02b22c5 /README.md | |
parent | c7062a1840d3bfa9cb561a7b5345ef74b7cb2c30 (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 ``` |