Add EndeavourOS Small Option
This commit is contained in:
parent
ccd5d9f526
commit
73d305ac69
1 changed files with 15 additions and 2 deletions
17
neofetch
17
neofetch
|
@ -815,7 +815,7 @@ image_source="auto"
|
||||||
# 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: Arcolinux, Dragonfly, Fedora, Alpine, Arch, Ubuntu,
|
||||||
# CRUX, Debian, Gentoo, FreeBSD, Mac, NixOS, OpenBSD, android,
|
# CRUX, Debian, Gentoo, FreeBSD, Mac, NixOS, OpenBSD, android,
|
||||||
# Artix, CentOS, Cleanjaro, ElementaryOS, GUIX, Hyperbola,
|
# Artix, CentOS, Cleanjaro, ElementaryOS, EndeavourOS, GUIX, Hyperbola,
|
||||||
# Manjaro, MXLinux, NetBSD, Parabola, POP_OS, PureOS,
|
# Manjaro, MXLinux, NetBSD, Parabola, POP_OS, PureOS,
|
||||||
# Slackware, SunOS, LinuxLite, OpenSUSE, Raspbian,
|
# Slackware, SunOS, LinuxLite, OpenSUSE, Raspbian,
|
||||||
# postmarketOS, and Void have a smaller logo variant.
|
# postmarketOS, and Void have a smaller logo variant.
|
||||||
|
@ -5180,7 +5180,7 @@ ASCII:
|
||||||
|
|
||||||
NOTE: Arcolinux, Dragonfly, Fedora, Alpine, Arch, Ubuntu,
|
NOTE: Arcolinux, Dragonfly, Fedora, Alpine, Arch, Ubuntu,
|
||||||
CRUX, Debian, Gentoo, FreeBSD, Mac, NixOS, OpenBSD, android,
|
CRUX, Debian, Gentoo, FreeBSD, Mac, NixOS, OpenBSD, android,
|
||||||
Artix, CentOS, Cleanjaro, ElementaryOS, GUIX, Hyperbola,
|
Artix, CentOS, Cleanjaro, ElementaryOS, EndeavourOS, GUIX, Hyperbola,
|
||||||
Manjaro, MXLinux, NetBSD, Parabola, POP_OS, PureOS,
|
Manjaro, MXLinux, NetBSD, Parabola, POP_OS, PureOS,
|
||||||
Slackware, SunOS, LinuxLite, OpenSUSE, Raspbian,
|
Slackware, SunOS, LinuxLite, OpenSUSE, Raspbian,
|
||||||
postmarketOS, and Void have a smaller logo variant.
|
postmarketOS, and Void have a smaller logo variant.
|
||||||
|
@ -7302,6 +7302,19 @@ eee eeeeeeeeee eeeeee eee
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"endeavouros_small"*)
|
||||||
|
set_colors 1 5 4
|
||||||
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
${c1} /${c2}o${c3}.
|
||||||
|
${c1} :${c2}sssso${c3}-
|
||||||
|
${c1} :${c2}ossssssso${c3}:
|
||||||
|
${c1} /${c2}ssssssssssso${c3}+
|
||||||
|
${c1} -+${c2}ssssssssssssssso${c3}+
|
||||||
|
${c1} //${c2}osssssssssssssso${c3}+-
|
||||||
|
`+++++++++++++++-`
|
||||||
|
EOF
|
||||||
|
;;
|
||||||
|
|
||||||
"EndeavourOS"*)
|
"EndeavourOS"*)
|
||||||
set_colors 1 5 4
|
set_colors 1 5 4
|
||||||
read -rd '' ascii_data <<'EOF'
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
|
Loading…
Reference in a new issue