Make notes about '--gap' supporting a negative value
This commit is contained in:
parent
0b75228f60
commit
7b524080d4
2 changed files with 10 additions and 0 deletions
|
@ -235,6 +235,8 @@ alias fetch2="fetch \
|
|||
to the top edge of the window
|
||||
--gap num Gap between image and text right side
|
||||
to the top edge of the window
|
||||
NOTE: --gap can take a negative value which will
|
||||
move the text closer to the left side.
|
||||
--clean Remove all cropped images
|
||||
|
||||
Screenshot:
|
||||
|
@ -307,6 +309,12 @@ gpu_shorthand="on"
|
|||
* Resizing the terminal so that the lines don't wrap.
|
||||
|
||||
|
||||
#### The text is pushed over too far to the right
|
||||
|
||||
The easiest way to fix this is to change the value of `--gap` or `$gap`<br \>
|
||||
to a negative value. For example `--gap -10` will move the text 10 spaces to the left.
|
||||
|
||||
|
||||
#### getgpu doesn't show my exact video card name
|
||||
|
||||
If your `lspci | grep "VGA"` output looks like this:
|
||||
|
|
2
fetch
2
fetch
|
@ -1265,6 +1265,8 @@ usage () { cat << EOF
|
|||
to the top edge of the window
|
||||
--gap num Gap between image and text right side
|
||||
to the top edge of the window
|
||||
NOTE: --gap can take a negative value which will
|
||||
move the text closer to the left side.
|
||||
--clean Remove all cropped images
|
||||
|
||||
Screenshot:
|
||||
|
|
Loading…
Reference in a new issue