Add garuda_small, sort _small variants
Added garuda_small Sorted the _small variants note distro list alphabetically, just like the normal list (for consistency)
This commit is contained in:
parent
ccd5d9f526
commit
05cf31fc14
1 changed files with 21 additions and 12 deletions
33
neofetch
33
neofetch
|
@ -813,12 +813,11 @@ image_source="auto"
|
||||||
# NOTE: Ubuntu has flavor variants.
|
# NOTE: Ubuntu has flavor variants.
|
||||||
# Change this to Lubuntu, Kubuntu, Xubuntu, Ubuntu-GNOME,
|
# Change this to Lubuntu, Kubuntu, Xubuntu, Ubuntu-GNOME,
|
||||||
# Ubuntu-Studio, Ubuntu-Mate or Ubuntu-Budgie to use the flavors.
|
# Ubuntu-Studio, Ubuntu-Mate or Ubuntu-Budgie to use the flavors.
|
||||||
# NOTE: Arcolinux, Dragonfly, Fedora, Alpine, Arch, Ubuntu,
|
# NOTE: Alpine, Android, Arch, Arcolinux, Artix, CRUX, CentOS, Cleanjaro,
|
||||||
# CRUX, Debian, Gentoo, FreeBSD, Mac, NixOS, OpenBSD, android,
|
# Debian, Dragonfly, ElementaryOS, Fedora, FreeBSD, GUIX, Garuda,
|
||||||
# Artix, CentOS, Cleanjaro, ElementaryOS, GUIX, Hyperbola,
|
# Gentoo, Hyperbola, LinuxLite, MXLinux, Mac, Manjaro, NetBSD, NixOS,
|
||||||
# Manjaro, MXLinux, NetBSD, Parabola, POP_OS, PureOS,
|
# OpenBSD, OpenSUSE, POP_OS, Parabola, PostMarketOS, PureOS, Raspbian,
|
||||||
# Slackware, SunOS, LinuxLite, OpenSUSE, Raspbian,
|
# Slackware, SunOS, Ubuntu, and Void have a smaller logo variant.
|
||||||
# postmarketOS, and Void have a smaller logo variant.
|
|
||||||
# Use '{distro name}_small' to use the small variants.
|
# Use '{distro name}_small' to use the small variants.
|
||||||
ascii_distro="auto"
|
ascii_distro="auto"
|
||||||
|
|
||||||
|
@ -5178,12 +5177,11 @@ ASCII:
|
||||||
NOTE: Change this to Lubuntu, Kubuntu, Xubuntu, Ubuntu-GNOME,
|
NOTE: Change this to Lubuntu, Kubuntu, Xubuntu, Ubuntu-GNOME,
|
||||||
Ubuntu-Studio, Ubuntu-Mate or Ubuntu-Budgie to use the flavors.
|
Ubuntu-Studio, Ubuntu-Mate or Ubuntu-Budgie to use the flavors.
|
||||||
|
|
||||||
NOTE: Arcolinux, Dragonfly, Fedora, Alpine, Arch, Ubuntu,
|
NOTE: Alpine, Android, Arch, Arcolinux, Artix, CRUX, CentOS, Cleanjaro,
|
||||||
CRUX, Debian, Gentoo, FreeBSD, Mac, NixOS, OpenBSD, android,
|
Debian, Dragonfly, ElementaryOS, Fedora, FreeBSD, GUIX, Garuda,
|
||||||
Artix, CentOS, Cleanjaro, ElementaryOS, GUIX, Hyperbola,
|
Gentoo, Hyperbola, LinuxLite, MXLinux, Mac, Manjaro, NetBSD, NixOS,
|
||||||
Manjaro, MXLinux, NetBSD, Parabola, POP_OS, PureOS,
|
OpenBSD, OpenSUSE, POP_OS, Parabola, PostMarketOS, PureOS, Raspbian,
|
||||||
Slackware, SunOS, LinuxLite, OpenSUSE, Raspbian,
|
Slackware, SunOS, Ubuntu, and Void have a smaller logo variant.
|
||||||
postmarketOS, and Void have a smaller logo variant.
|
|
||||||
|
|
||||||
NOTE: Use '{distro name}_small' to use the small variants.
|
NOTE: Use '{distro name}_small' to use the small variants.
|
||||||
|
|
||||||
|
@ -7614,6 +7612,17 @@ o/:-...................................:
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"garuda_small")
|
||||||
|
set_colors 7 7 3 7 2 4
|
||||||
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
${c3} .----.
|
||||||
|
.' ${c6},${c3} '.
|
||||||
|
${c4} .' ${c6}'${c3}-----|
|
||||||
|
'${c5}. -----,
|
||||||
|
'.____.'
|
||||||
|
EOF
|
||||||
|
;;
|
||||||
|
|
||||||
"Garuda"*)
|
"Garuda"*)
|
||||||
set_colors 7 7 3 7 2 4
|
set_colors 7 7 3 7 2 4
|
||||||
read -rd '' ascii_data <<'EOF'
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
|
Loading…
Reference in a new issue