This commit is contained in:
Dylan 2016-01-18 11:02:28 +11:00
parent 61ba88b41b
commit 8b82840ffd
1 changed files with 83 additions and 69 deletions

View File

@ -237,6 +237,20 @@ $gtk_shorthand on
* Resizing the terminal so that the lines don't wrap. * Resizing the terminal so that the lines don't wrap.
#### [Linux] The script hangs and doesn't display anything
This is caused by the getwallpaper function failing to find your current wallpaper and <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.
You can change the source by editing the `$image` variable. The possible values are:
* **wall** - Use the current wallpaper.
* **shuffle** - Shuffle through images in a directory. See `$shuffledir`
* **path/to/img.png** - Select an image to display.
* **off** - Disable images
<!-- }}} --> <!-- }}} -->