Skip to content

Commit 9735178

Browse files
[PR] dylanaraps/neofetch#2124 from Bastindo - Add AOSC OS/Retro small logo
Upstream PR: dylanaraps/neofetch#2124 Thanks to @Bastindo Co-authored-by: Bastindo <3egel@protonmail.com>
2 parents 0501a60 + 93cc60f commit 9735178

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

neofetch

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ image_source="auto"
813813
# NOTE: Ubuntu has flavor variants.
814814
# Change this to Lubuntu, Kubuntu, Xubuntu, Ubuntu-GNOME,
815815
# Ubuntu-Studio, Ubuntu-Mate or Ubuntu-Budgie to use the flavors.
816-
# NOTE: Arcolinux, Dragonfly, Fedora, Alpine, Arch, Ubuntu,
816+
# NOTE: "AOSC OS/Retro", Arcolinux, Dragonfly, Fedora, Alpine, Arch, Ubuntu,
817817
# CRUX, Debian, Gentoo, FreeBSD, Mac, NixOS, OpenBSD, Orchid, android,
818818
# Artix, CentOS, Cleanjaro, ElementaryOS, GUIX, Hyperbola,
819819
# Manjaro, MXLinux, NetBSD, Parabola, POP_OS, PureOS,
@@ -5226,7 +5226,7 @@ ASCII:
52265226
NOTE: Change this to Lubuntu, Kubuntu, Xubuntu, Ubuntu-GNOME,
52275227
Ubuntu-Studio, Ubuntu-Mate or Ubuntu-Budgie to use the flavors.
52285228
5229-
NOTE: Arcolinux, Dragonfly, Fedora, Alpine, Arch, Ubuntu,
5229+
NOTE: \"AOSC OS/Retro\", Arcolinux, Dragonfly, Fedora, Alpine, Arch, Ubuntu,
52305230
CRUX, Debian, Gentoo, FreeBSD, Mac, NixOS, OpenBSD, Orchid, android,
52315231
Artix, CentOS, Cleanjaro, ElementaryOS, GUIX, Hyperbola,
52325232
Manjaro, MXLinux, NetBSD, Parabola, POP_OS, PureOS,
@@ -5911,6 +5911,21 @@ ${c2} .........
59115911
${c3}################
59125912
EOF
59135913
;;
5914+
5915+
"aoscosretro_small")
5916+
set_colors 4 7 1 3
5917+
read -rd '' ascii_data <<'EOF'
5918+
${c2} _____ ${c1}_____${c2}
5919+
-' '-${c1}| |${c2}
5920+
/ ___ ${c1}| |${c2}
5921+
| / _ \\${c1}|_____|${c2}
5922+
' / /_\\ \\
5923+
\\ / _____ \\${c4}___
5924+
${c3}|${c2}/_/ ${c3}| ${c4}| |
5925+
${c3}| | ${c4}|___|
5926+
${c3}|_____|
5927+
EOF
5928+
;;
59145929

59155930
"AOSC OS"*)
59165931
set_colors 4 7 1

0 commit comments

Comments
 (0)