diff --git a/config/config b/config/config index f89a2d9b..93261483 100644 --- a/config/config +++ b/config/config @@ -569,6 +569,8 @@ ascii="distro" # 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. +# NOTE: Arch, Crux and Gentoo have a smaller logo varient. +# Change this to 'arch_small', 'crux_small' or 'gentoo_small' to use the small logos. ascii_distro="auto" # Ascii Colors @@ -582,16 +584,6 @@ ascii_distro="auto" # ascii_colors=(4 6 1 8 8 6) - Ascii is colored using these colors. ascii_colors=(distro) -# Logo size -# Arch, Crux and Gentoo have a smaller logo -# variant. Changing the value below to small -# will make neofetch use the small logo. -# -# Default: 'normal' -# Values: 'normal', 'small' -# Flag: --ascii_logo_size -ascii_logo_size="normal" - # Bold ascii logo # Whether or not to bold the ascii logo. # diff --git a/neofetch b/neofetch index 9892543c..138c9591 100755 --- a/neofetch +++ b/neofetch @@ -1839,11 +1839,6 @@ get_ascii() { ascii="${ascii_distro,,}" fi - if [[ "$ascii_logo_size" == "small" ]]; then - ascii="${ascii/ *}_small" - prompt_loc="3" - fi - if [[ -f "/usr/share/neofetch/ascii/distro/${ascii/ *}" ]]; then ascii="/usr/share/neofetch/ascii/distro/${ascii/ *}" @@ -3068,8 +3063,10 @@ ASCII NOTE: Change this to 'Lubuntu', 'Xubuntu', 'Ubuntu-GNOME', 'Ubuntu-Studio' or 'Ubuntu-Budgie' to use the flavors. - --ascii_logo_size Size of ascii logo. - Supported distros: Arch, Gentoo, Crux, OpenBSD. + NOTE: Arch, Crux and Gentoo have a smaller logo varient. + + NOTE: Change this to 'arch_small', 'crux_small' or 'gentoo_small' to use the small logos. + --ascii_bold on/off Whether or not to bold the ascii logo. -L, --logo Hide the info text and only show the ascii logo. @@ -3253,7 +3250,6 @@ get_args() { case "$2" in "-"* | "") ascii_distro="$distro" ;; esac ;; - "--ascii_logo_size") ascii_logo_size="$2" ;; "--ascii_bold") ascii_bold="$2" ;; "--logo" | "-L") image_backend="ascii" diff --git a/neofetch.1 b/neofetch.1 index bf513aef..0be23682 100644 --- a/neofetch.1 +++ b/neofetch.1 @@ -211,10 +211,10 @@ NOTE: Use 'arch_old' or 'ubuntu_old' to use the old logos. NOTE: Ubuntu has flavor varients. .IP NOTE: Change this to 'Lubuntu', 'Xubuntu', 'Ubuntu\-GNOME', 'Ubuntu\-Studio' or 'Ubuntu\-Budgie' to use the flavors. -.TP -\fB\-\-ascii_logo_size\fR -Size of ascii logo. -Supported distros: Arch, Gentoo, Crux, OpenBSD. +.IP +NOTE: Arch, Crux and Gentoo have a smaller logo varient. +.IP +NOTE: Change this to 'arch_small', 'crux_small' or 'gentoo_small' to use the small logos. .TP \fB\-\-ascii_bold\fR on/off Whether or not to bold the ascii logo.