From e8e3376c269292a784d9819aa48a58c61c1adbbd Mon Sep 17 00:00:00 2001 From: Dylan Date: Mon, 18 Jan 2016 11:20:22 +1100 Subject: [PATCH] Readme --- Readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 4626cb96..306861ee 100644 --- a/Readme.md +++ b/Readme.md @@ -243,7 +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
to set your wallpaper or by changing the image source. -You can change the source by editing the `$image` variable or by launching the script with `--image`. 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. (Default) * **shuffle** - Shuffle through images in a directory. See `$shuffledir`