mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-23 03:59:58 +00:00
Make notes about '--gap' supporting a negative value
This commit is contained in:
@@ -235,6 +235,8 @@ alias fetch2="fetch \
|
|||||||
to the top edge of the window
|
to the top edge of the window
|
||||||
--gap num Gap between image and text right side
|
--gap num Gap between image and text right side
|
||||||
to the top edge of the window
|
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
|
--clean Remove all cropped images
|
||||||
|
|
||||||
Screenshot:
|
Screenshot:
|
||||||
@@ -307,6 +309,12 @@ gpu_shorthand="on"
|
|||||||
* Resizing the terminal so that the lines don't wrap.
|
* 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
|
#### getgpu doesn't show my exact video card name
|
||||||
|
|
||||||
If your `lspci | grep "VGA"` output looks like this:
|
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
|
to the top edge of the window
|
||||||
--gap num Gap between image and text right side
|
--gap num Gap between image and text right side
|
||||||
to the top edge of the window
|
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
|
--clean Remove all cropped images
|
||||||
|
|
||||||
Screenshot:
|
Screenshot:
|
||||||
|
|||||||
Reference in New Issue
Block a user