Update README.md

This commit is contained in:
Pavan Jadhaw 2017-12-11 07:01:37 +05:30 committed by GitHub
parent c7062a1840
commit 717572a0e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 # where Pictures/Wallpapers is the directory you would want to get random wallpapers from
exec --no-startup-id lock.sh -u ~/Pictures/Wallpapers 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 exec --no-startup-id lock.sh -w
``` ```