Docs: Added note about old logos
This commit is contained in:
parent
f060c7f20c
commit
32adaa3b39
|
@ -582,6 +582,9 @@ ascii="distro"
|
||||||
# Default: 'auto'
|
# Default: 'auto'
|
||||||
# Values: 'auto', 'distro_name'
|
# Values: 'auto', 'distro_name'
|
||||||
# Flag: --ascii_distro
|
# Flag: --ascii_distro
|
||||||
|
#
|
||||||
|
# NOTE: Arch and Ubuntu have 'old' logo varients.
|
||||||
|
# Change this to 'arch_old' or 'ubuntu_old' to use the old logos.
|
||||||
ascii_distro="auto"
|
ascii_distro="auto"
|
||||||
|
|
||||||
# Ascii Colors
|
# Ascii Colors
|
||||||
|
|
2
neofetch
2
neofetch
|
@ -3075,6 +3075,8 @@ usage() { printf "%s" "
|
||||||
distro, /path/to/ascii
|
distro, /path/to/ascii
|
||||||
--ascii_colors x x x x x x Colors 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
|
--ascii_distro distro Which Distro's ascii art to print
|
||||||
|
NOTE: Arch and Ubuntu have 'old' logo varients.
|
||||||
|
NOTE: Use 'arch_old' or 'ubuntu_old' to use the old logos.
|
||||||
--ascii_logo_size Size of ascii logo.
|
--ascii_logo_size Size of ascii logo.
|
||||||
Supported distros: Arch, Gentoo, Crux, OpenBSD.
|
Supported distros: Arch, Gentoo, Crux, OpenBSD.
|
||||||
--ascii_bold on/off Whether or not to bold the ascii logo.
|
--ascii_bold on/off Whether or not to bold the ascii logo.
|
||||||
|
|
|
@ -228,6 +228,10 @@ Colors to print the ASCII art
|
||||||
.TP
|
.TP
|
||||||
.B \--ascii_distro 'distro'
|
.B \--ascii_distro 'distro'
|
||||||
Which Distro\'s ASCII art to print
|
Which Distro\'s ASCII art to print
|
||||||
|
.br
|
||||||
|
NOTE: Arch and Ubuntu have 'old' logo varients.
|
||||||
|
.br
|
||||||
|
NOTE: Use 'arch_old' or 'ubuntu_old' to use the old logos.
|
||||||
.TP
|
.TP
|
||||||
.B \--ascii_logo_size 'size'
|
.B \--ascii_logo_size 'size'
|
||||||
Size of ascii logo.
|
Size of ascii logo.
|
||||||
|
|
Reference in New Issue