Add MOS logo
This commit is contained in:
parent
ccd5d9f526
commit
bb801e0696
1 changed files with 26 additions and 2 deletions
28
neofetch
28
neofetch
|
@ -794,7 +794,7 @@ image_source="auto"
|
|||
# Hyperbola, iglunix, janus, Kali, KaOS, KDE_neon, Kibojoe, Kogaion, Korora,
|
||||
# KSLinux, Kubuntu, LEDE, LaxerOS, LibreELEC, LFS, Linux_Lite, LMDE,
|
||||
# Lubuntu, Lunar, macos, Mageia, MagpieOS, Mandriva, Manjaro, TeArch, Maui,
|
||||
# Mer, Minix, LinuxMint, Live_Raizo, MX_Linux, Namib, Neptune, NetBSD,
|
||||
# Mer, Minix, LinuxMint, MOS, Live_Raizo, MX_Linux, Namib, Neptune, NetBSD,
|
||||
# Netrunner, Nitrux, NixOS, Nurunner, NuTyX, OBRevenge, OpenBSD,
|
||||
# openEuler, OpenIndiana, openmamba, OpenMandriva, OpenStage, OpenWrt,
|
||||
# osmc, Oracle, OS Elbrus, PacBSD, Parabola, Pardus, Parrot, Parsix,
|
||||
|
@ -5154,7 +5154,7 @@ ASCII:
|
|||
KaOS, KDE_neon, Kibojoe, Kogaion, Korora, KSLinux, Kubuntu, LEDE,
|
||||
LaxerOS, LibreELEC, LFS, Linux_Lite, LMDE, Lubuntu, Lunar, macos,
|
||||
Mageia, MagpieOS, Mandriva, Manjaro, TeArch, Maui, Mer, Minix, LinuxMint,
|
||||
Live_Raizo, MX_Linux, Namib, Neptune, NetBSD, Netrunner, Nitrux,
|
||||
Live_Raizo, MOS, MX_Linux, Namib, Neptune, NetBSD, Netrunner, Nitrux,
|
||||
NixOS, Nurunner, NuTyX, OBRevenge, OpenBSD, openEuler, OpenIndiana,
|
||||
openmamba, OpenMandriva, OpenStage, OpenWrt, osmc, Oracle,
|
||||
OS Elbrus, PacBSD, Parabola, Pardus, Parrot, Parsix, TrueOS,
|
||||
|
@ -8764,6 +8764,30 @@ mMMMs dMMMo sMMMMMMd yMMMd sMMMm
|
|||
EOF
|
||||
;;
|
||||
|
||||
"MOS"*)
|
||||
set_colors 4 6 7
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
${c2} :--==========================--:
|
||||
.-=================================.
|
||||
-==================================-
|
||||
====================================
|
||||
=======-....:==========:....:=======
|
||||
=======: -======-. .=======
|
||||
=======: :====- .=======
|
||||
=======: :==: .=======
|
||||
=======: .. .=======
|
||||
=======: .: .: .=======
|
||||
=======: .=- :=: .=======
|
||||
=======: .===. .-==: .=======
|
||||
=======: .==========: .=======
|
||||
=======: :==========: :=======
|
||||
====================================
|
||||
-===================================
|
||||
.==================================:
|
||||
:--===========================-:.
|
||||
EOF
|
||||
;;
|
||||
|
||||
"mx_small"*)
|
||||
set_colors 4 6 7
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
|
|
Loading…
Reference in a new issue