Merge branch 'master' of https://github.com/dylanaraps/neofetch into master
Merge all changes to master to this fork.
This commit is contained in:
commit
d2ea94a15d
2 changed files with 452 additions and 166 deletions
|
@ -235,7 +235,7 @@ Possible values: bar, infobar, barinfo, off
|
||||||
\fB\-\-backend\fR backend
|
\fB\-\-backend\fR backend
|
||||||
Which image backend to use.
|
Which image backend to use.
|
||||||
Possible values: 'ascii', 'caca', 'chafa', 'jp2a', 'iterm2',
|
Possible values: 'ascii', 'caca', 'chafa', 'jp2a', 'iterm2',
|
||||||
\&'off', 'sixel', 'tycat', 'w3m', 'kitty'
|
\&'off', 'sixel', 'tycat', 'w3m', 'kitty', 'ueberzug'
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-source\fR source
|
\fB\-\-source\fR source
|
||||||
Which image or ascii file to use.
|
Which image or ascii file to use.
|
||||||
|
@ -280,6 +280,9 @@ Shortcut to use 'tycat' backend.
|
||||||
\fB\-\-w3m\fR source
|
\fB\-\-w3m\fR source
|
||||||
Shortcut to use 'w3m' backend.
|
Shortcut to use 'w3m' backend.
|
||||||
.TP
|
.TP
|
||||||
|
\fB\-\-ueberzug\fR source
|
||||||
|
Shortcut to use 'ueberzug' backend.
|
||||||
|
.TP
|
||||||
\fB\-\-off\fR
|
\fB\-\-off\fR
|
||||||
Shortcut to use 'off' backend (Disable ascii art).
|
Shortcut to use 'off' backend (Disable ascii art).
|
||||||
.IP
|
.IP
|
||||||
|
@ -365,11 +368,11 @@ west, center, east, southwest, south, southeast
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-xoffset\fR px
|
\fB\-\-xoffset\fR px
|
||||||
How close the image will be to the left edge of the
|
How close the image will be to the left edge of the
|
||||||
window. This only works with w3m.
|
window. This only works with w3m and ueberzug.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-yoffset\fR px
|
\fB\-\-yoffset\fR px
|
||||||
How close the image will be to the top edge of the
|
How close the image will be to the top edge of the
|
||||||
window. This only works with w3m.
|
window. This only works with w3m and ueberzug.
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-bg_color\fR color
|
\fB\-\-bg_color\fR color
|
||||||
Background color to display behind transparent image.
|
Background color to display behind transparent image.
|
||||||
|
|
Loading…
Reference in a new issue