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