This commit is contained in:
Dylan 2016-01-18 11:19:29 +11:00
parent 8b82840ffd
commit 52fc2b82de
1 changed files with 2 additions and 2 deletions

View File

@ -243,9 +243,9 @@ This is caused by the getwallpaper function failing to find your current wallpap
imagemagick trying to crop a nonexistent image. You can fix this by installing feh and using it<br \> imagemagick trying to crop a nonexistent image. You can fix this by installing feh and using it<br \>
to set your wallpaper or by changing the image source. to set your wallpaper or by changing the image source.
You can change the source by editing the `$image` variable. The possible values are: You can change the source by editing the `$image` variable or by launching the script with `--image`. The possible values are:
* **wall** - Use the current wallpaper. * **wall** - Use the current wallpaper. (Default)
* **shuffle** - Shuffle through images in a directory. See `$shuffledir` * **shuffle** - Shuffle through images in a directory. See `$shuffledir`
* **path/to/img.png** - Select an image to display. * **path/to/img.png** - Select an image to display.
* **off** - Disable images * **off** - Disable images