Merge pull request #266 from dylanaraps/size_none

Add '--size none' to disable cropping / resizing the images.
This commit is contained in:
Dylan Araps
2016-05-31 12:12:44 +10:00
4 changed files with 41 additions and 24 deletions

View File

@@ -423,7 +423,8 @@ alias fetch2="fetch \
--image type Image source. Where and what image we display.
Possible values: wall, ascii,
/path/to/img, /path/to/dir/, off
--size 20px | --size 20% Size to make the image, takes pixels or a percentage.
--size 00px | --size 00% How to size the image.
Possible values: auto, 00px, 00%, none
--image_position left/right Where to display the image: (Left/Right)
--crop_mode mode Which crop mode to use
Takes the values: normal, fit, fill