[PR] dylanaraps/neofetch#2124 from Bastindo - Add AOSC OS/Retro small logo
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2124 Thanks to @Bastindo Co-authored-by: Bastindo <3egel@protonmail.com>
This commit is contained in:
commit
9735178c19
1 changed files with 17 additions and 2 deletions
19
neofetch
19
neofetch
|
@ -813,7 +813,7 @@ image_source="auto"
|
|||
# NOTE: Ubuntu has flavor variants.
|
||||
# Change this to Lubuntu, Kubuntu, Xubuntu, Ubuntu-GNOME,
|
||||
# Ubuntu-Studio, Ubuntu-Mate or Ubuntu-Budgie to use the flavors.
|
||||
# NOTE: Arcolinux, Dragonfly, Fedora, Alpine, Arch, Ubuntu,
|
||||
# NOTE: "AOSC OS/Retro", Arcolinux, Dragonfly, Fedora, Alpine, Arch, Ubuntu,
|
||||
# CRUX, Debian, Gentoo, FreeBSD, Mac, NixOS, OpenBSD, Orchid, android,
|
||||
# Artix, CentOS, Cleanjaro, ElementaryOS, GUIX, Hyperbola,
|
||||
# Manjaro, MXLinux, NetBSD, Parabola, POP_OS, PureOS,
|
||||
|
@ -5226,7 +5226,7 @@ ASCII:
|
|||
NOTE: Change this to Lubuntu, Kubuntu, Xubuntu, Ubuntu-GNOME,
|
||||
Ubuntu-Studio, Ubuntu-Mate or Ubuntu-Budgie to use the flavors.
|
||||
|
||||
NOTE: Arcolinux, Dragonfly, Fedora, Alpine, Arch, Ubuntu,
|
||||
NOTE: \"AOSC OS/Retro\", Arcolinux, Dragonfly, Fedora, Alpine, Arch, Ubuntu,
|
||||
CRUX, Debian, Gentoo, FreeBSD, Mac, NixOS, OpenBSD, Orchid, android,
|
||||
Artix, CentOS, Cleanjaro, ElementaryOS, GUIX, Hyperbola,
|
||||
Manjaro, MXLinux, NetBSD, Parabola, POP_OS, PureOS,
|
||||
|
@ -5911,6 +5911,21 @@ ${c2} .........
|
|||
${c3}################
|
||||
EOF
|
||||
;;
|
||||
|
||||
"aoscosretro_small")
|
||||
set_colors 4 7 1 3
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
${c2} _____ ${c1}_____${c2}
|
||||
-' '-${c1}| |${c2}
|
||||
/ ___ ${c1}| |${c2}
|
||||
| / _ \\${c1}|_____|${c2}
|
||||
' / /_\\ \\
|
||||
\\ / _____ \\${c4}___
|
||||
${c3}|${c2}/_/ ${c3}| ${c4}| |
|
||||
${c3}| | ${c4}|___|
|
||||
${c3}|_____|
|
||||
EOF
|
||||
;;
|
||||
|
||||
"AOSC OS"*)
|
||||
set_colors 4 7 1
|
||||
|
|
Loading…
Reference in a new issue