Update docs
This commit is contained in:
parent
17c421b03d
commit
88b5430cac
|
@ -306,7 +306,7 @@ alias fetch2="fetch \
|
|||
Ascii:
|
||||
--ascii value Where to get the ascii from, Possible values:
|
||||
distro, /path/to/ascii
|
||||
--ascii_color num Color to print the ascii art
|
||||
--ascii_colors x x x x x x Colors to print the ascii art
|
||||
--ascii_distro distro Which Distro\'s ascii art to print
|
||||
|
||||
|
||||
|
@ -314,9 +314,7 @@ alias fetch2="fetch \
|
|||
--stdout info info Launch fetch in stdout mode which prints the info
|
||||
in a plain-text format that you can use with
|
||||
lemonbar etc.
|
||||
--stdout_title on/off Hide/Show the title in stdout mode.
|
||||
--stdout_separator string String to use as a separator in stdout mode.
|
||||
--stdout_subtitles on/off Hide/Show the subtitles in stdout mode.
|
||||
|
||||
|
||||
Screenshot:
|
||||
|
|
3
neofetch
3
neofetch
|
@ -2347,7 +2347,7 @@ usage () { cat << EOF
|
|||
Ascii:
|
||||
--ascii value Where to get the ascii from, Possible values:
|
||||
distro, /path/to/ascii
|
||||
--ascii_color num Color to print the ascii art
|
||||
--ascii_colors x x x x x x Colors to print the ascii art
|
||||
--ascii_distro distro Which Distro's ascii art to print
|
||||
|
||||
|
||||
|
@ -2355,6 +2355,7 @@ usage () { cat << EOF
|
|||
--stdout info info Launch neofetch in stdout mode which prints the info
|
||||
in a plain-text format that you can use with
|
||||
lemonbar etc.
|
||||
--stdout_separator string String to use as a separator in stdout mode.
|
||||
|
||||
|
||||
Screenshot:
|
||||
|
|
11
neofetch.1
11
neofetch.1
|
@ -157,8 +157,8 @@ Where to get the ASCII from
|
|||
.br
|
||||
Possible values: distro, /path/to/ascii
|
||||
.TP
|
||||
.B \--ascii_color 'num'
|
||||
Color to print the ASCII art
|
||||
.B \--ascii_colors x x x x x x
|
||||
Colors to print the ASCII art
|
||||
.TP
|
||||
.B \--ascii_distro 'distro'
|
||||
Which Distro\'s ASCII art to print
|
||||
|
@ -169,15 +169,8 @@ Which Distro\'s ASCII art to print
|
|||
Launch fetch in stdout mode which prints the info in
|
||||
a plain-text format that you can use with lemonbar etc.
|
||||
.TP
|
||||
.B \--stdout_title 'on/off'
|
||||
Hide/Show the title in stdout mode.
|
||||
.TP
|
||||
.B \--stdout_separator 'string'
|
||||
String to use as a separator in stdout mode.
|
||||
.TP
|
||||
.B \--stdout_subtitles 'on/off'
|
||||
Hide/Show the subtitles in stdout mode.
|
||||
|
||||
|
||||
.SH SCREENSHOT
|
||||
.TP
|
||||
|
|
Reference in New Issue