Docs: Add notes about ubuntu flavors
This commit is contained in:
parent
09b2d671cd
commit
9c9e08f17d
|
@ -585,6 +585,8 @@ ascii="distro"
|
||||||
#
|
#
|
||||||
# NOTE: Arch and Ubuntu have 'old' logo varients.
|
# NOTE: Arch and Ubuntu have 'old' logo varients.
|
||||||
# Change this to 'arch_old' or 'ubuntu_old' to use the old logos.
|
# Change this to 'arch_old' or 'ubuntu_old' to use the old logos.
|
||||||
|
# NOTE: Ubuntu has flavor varients.
|
||||||
|
# Change this to 'Lubuntu', 'Xubuntu', 'Ubuntu-GNOME' or 'Ubuntu-Budgie' to use the flavors.
|
||||||
ascii_distro="auto"
|
ascii_distro="auto"
|
||||||
|
|
||||||
# Ascii Colors
|
# Ascii Colors
|
||||||
|
|
3
neofetch
3
neofetch
|
@ -3118,6 +3118,9 @@ usage() { printf "%s" "
|
||||||
--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: Arch and Ubuntu have 'old' logo varients.
|
||||||
NOTE: Use 'arch_old' or 'ubuntu_old' to use the old logos.
|
NOTE: Use 'arch_old' or 'ubuntu_old' to use the old logos.
|
||||||
|
NOTE: Ubuntu has flavor varients.
|
||||||
|
NOTE: Change this to 'Lubuntu', 'Xubuntu', 'Ubuntu-GNOME'
|
||||||
|
or 'Ubuntu-Budgie' to use the flavors.
|
||||||
--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.
|
||||||
|
|
|
@ -232,6 +232,10 @@ Which Distro\'s ASCII art to print
|
||||||
NOTE: Arch and Ubuntu have 'old' logo varients.
|
NOTE: Arch and Ubuntu have 'old' logo varients.
|
||||||
.br
|
.br
|
||||||
NOTE: Use 'arch_old' or 'ubuntu_old' to use the old logos.
|
NOTE: Use 'arch_old' or 'ubuntu_old' to use the old logos.
|
||||||
|
.br
|
||||||
|
NOTE: Ubuntu has flavor varients.
|
||||||
|
.br
|
||||||
|
NOTE: Change this to 'Lubuntu', 'Xubuntu', 'Ubuntu-GNOME' or 'Ubuntu-Budgie' to use the flavors.
|
||||||
.TP
|
.TP
|
||||||
.B \--ascii_logo_size 'size'
|
.B \--ascii_logo_size 'size'
|
||||||
Size of ascii logo.
|
Size of ascii logo.
|
||||||
|
|
Reference in New Issue