From 52fc2b82dedee8340ed64b677efd8e9dd029f722 Mon Sep 17 00:00:00 2001 From: Dylan Date: Mon, 18 Jan 2016 11:19:29 +1100 Subject: [PATCH] Readme --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 38e3d028..4626cb96 100644 --- a/Readme.md +++ b/Readme.md @@ -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
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` * **path/to/img.png** - Select an image to display. * **off** - Disable images