From bd070d5059ce524df51c23b77aca7acfe825e4ef Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 27 May 2016 15:23:02 +1000 Subject: [PATCH] Update docs --- README.md | 3 ++- config/config | 2 +- neofetch | 5 +++-- neofetch.1 | 4 +++- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e100346a..a9887879 100644 --- a/README.md +++ b/README.md @@ -413,7 +413,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 diff --git a/config/config b/config/config index 5f77e057..4ad11cfa 100644 --- a/config/config +++ b/config/config @@ -317,7 +317,7 @@ crop_offset="center" # Image size # The image is half the terminal width by default. -# --size auto, 00px, 00% +# --size auto, 00px, 00%, none image_size="auto" # Right gap between image and text diff --git a/neofetch b/neofetch index 58b14e0c..bf972fbc 100755 --- a/neofetch +++ b/neofetch @@ -344,7 +344,7 @@ crop_offset="center" # Image size # The image is half the terminal width by default. -# --size auto, 00px, 00% +# --size auto, 00px, 00%, none image_size="auto" # Right gap between image and text @@ -2905,7 +2905,8 @@ usage () { cat << EOF --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 diff --git a/neofetch.1 b/neofetch.1 index 0e633fd7..8526a7e1 100644 --- a/neofetch.1 +++ b/neofetch.1 @@ -172,7 +172,9 @@ Image source. Where and what image we display. Possible values: wall, ascii, /path/to/img, /path/to/dir/, off .TP .B \--size 'size' -Size to make the image, takes pixels or a percentage. +How to size the image. +.br +Possible values: auto, 00px, 00%, none .TP .B \--image_position 'left/right' Where to display the image: (Left/Right)