os: Add GNOME OS
This commit is contained in:
parent
e1af688b36
commit
12f8cb9189
31
neofetch
31
neofetch
|
@ -763,7 +763,7 @@ image_source="auto"
|
||||||
# DesaOS, Devuan, DracOS, DragonFly, Drauger, Elementary,
|
# DesaOS, Devuan, DracOS, DragonFly, Drauger, Elementary,
|
||||||
# EndeavourOS, Endless, EuroLinux, Exherbo, Fedora, Feren, FreeBSD,
|
# EndeavourOS, Endless, EuroLinux, Exherbo, Fedora, Feren, FreeBSD,
|
||||||
# FreeMiNT, Frugalware, Funtoo, GalliumOS, Gentoo, Pentoo,
|
# FreeMiNT, Frugalware, Funtoo, GalliumOS, Gentoo, Pentoo,
|
||||||
# gNewSense, GNU, GoboLinux, Grombyang, Guix, Haiku, Huayra,
|
# gNewSense, GNOME, GNU, GoboLinux, Grombyang, Guix, Haiku, Huayra,
|
||||||
# Hyperbola, janus, Kali, KaOS, KDE_neon, Kibojoe, Kogaion,
|
# Hyperbola, janus, Kali, KaOS, KDE_neon, Kibojoe, Kogaion,
|
||||||
# Korora, KSLinux, Kubuntu, LEDE, LFS, Linux_Lite,
|
# Korora, KSLinux, Kubuntu, LEDE, LFS, Linux_Lite,
|
||||||
# LMDE, Lubuntu, Lunar, macos, Mageia, MagpieOS, Mandriva,
|
# LMDE, Lubuntu, Lunar, macos, Mageia, MagpieOS, Mandriva,
|
||||||
|
@ -4825,7 +4825,7 @@ ASCII:
|
||||||
DesaOS, Devuan, DracOS, DragonFly, Drauger, Elementary,
|
DesaOS, Devuan, DracOS, DragonFly, Drauger, Elementary,
|
||||||
EndeavourOS, Endless, EuroLinux, Exherbo, Fedora, Feren, FreeBSD,
|
EndeavourOS, Endless, EuroLinux, Exherbo, Fedora, Feren, FreeBSD,
|
||||||
FreeMiNT, Frugalware, Funtoo, GalliumOS, Gentoo, Pentoo,
|
FreeMiNT, Frugalware, Funtoo, GalliumOS, Gentoo, Pentoo,
|
||||||
gNewSense, GNU, GoboLinux, Grombyang, Guix, Haiku, Huayra,
|
gNewSense, GNOME, GNU, GoboLinux, Grombyang, Guix, Haiku, Huayra,
|
||||||
Hyperbola, janus, Kali, KaOS, KDE_neon, Kibojoe, Kogaion,
|
Hyperbola, janus, Kali, KaOS, KDE_neon, Kibojoe, Kogaion,
|
||||||
Korora, KSLinux, Kubuntu, LEDE, LFS, Linux_Lite,
|
Korora, KSLinux, Kubuntu, LEDE, LFS, Linux_Lite,
|
||||||
LMDE, Lubuntu, Lunar, macos, Mageia, MagpieOS, Mandriva,
|
LMDE, Lubuntu, Lunar, macos, Mageia, MagpieOS, Mandriva,
|
||||||
|
@ -6980,6 +6980,33 @@ ollllllh +llllllllllll+ hllllllo
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"GNOME"*)
|
||||||
|
set_colors 4
|
||||||
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
${c1} ,@@@@@@@@,
|
||||||
|
@@@@@@ @@@@@@@@@@@@
|
||||||
|
,@@. @@@@@@@ *@@@@@@@@@@@@
|
||||||
|
@@@@@% @@@@@@( @@@@@@@@@@@&
|
||||||
|
@@@@@@ @@@@* @@@@@@@@@#
|
||||||
|
@@@@* @@@@, *@@@@@%
|
||||||
|
@@@@@.
|
||||||
|
@@@@# @@@@@@@@@@@@@@@@
|
||||||
|
,@@@@@@@@@@@@@@@@@@@@@@@,
|
||||||
|
,@@@@@@@@@@@@@@@@@@@@@@@@@@&
|
||||||
|
.@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
||||||
|
@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
||||||
|
@@@@@@@@@@@@@@@@@@@@@@@@(
|
||||||
|
@@@@@@@@@@@@@@@@@@@@%
|
||||||
|
@@@@@@@@@@@@@@@@
|
||||||
|
@@@@@@@@@@@@* @@@@@@@@/
|
||||||
|
&@@@@@@@@@@ @@@@@@@@@*
|
||||||
|
@@@@@@@@@@@, @@@@@@@@@*
|
||||||
|
,@@@@@@@@@@@@@@@@@@@@&
|
||||||
|
&@@@@@@@@@@@@@@
|
||||||
|
...
|
||||||
|
EOF
|
||||||
|
;;
|
||||||
|
|
||||||
"GNU")
|
"GNU")
|
||||||
set_colors fg 7
|
set_colors fg 7
|
||||||
read -rd '' ascii_data <<'EOF'
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
|
Reference in New Issue