added MainsailOS support and ascii art
This commit is contained in:
parent
ccd5d9f526
commit
ae4e484d65
1 changed files with 40 additions and 3 deletions
43
neofetch
43
neofetch
|
@ -793,7 +793,7 @@ image_source="auto"
|
||||||
# gNewSense, GNOME, GNU, GoboLinux, Grombyang, Guix, Haiku, Huayra, HydroOS
|
# gNewSense, GNOME, GNU, GoboLinux, Grombyang, Guix, Haiku, Huayra, HydroOS
|
||||||
# Hyperbola, iglunix, janus, Kali, KaOS, KDE_neon, Kibojoe, Kogaion, Korora,
|
# Hyperbola, iglunix, janus, Kali, KaOS, KDE_neon, Kibojoe, Kogaion, Korora,
|
||||||
# KSLinux, Kubuntu, LEDE, LaxerOS, LibreELEC, LFS, Linux_Lite, LMDE,
|
# KSLinux, Kubuntu, LEDE, LaxerOS, LibreELEC, LFS, Linux_Lite, LMDE,
|
||||||
# Lubuntu, Lunar, macos, Mageia, MagpieOS, Mandriva, Manjaro, TeArch, Maui,
|
# Lubuntu, Lunar, macos, Mageia, MagpieOS, MainsailOS, Mandriva, Manjaro, TeArch, Maui,
|
||||||
# Mer, Minix, LinuxMint, Live_Raizo, MX_Linux, Namib, Neptune, NetBSD,
|
# Mer, Minix, LinuxMint, Live_Raizo, MX_Linux, Namib, Neptune, NetBSD,
|
||||||
# Netrunner, Nitrux, NixOS, Nurunner, NuTyX, OBRevenge, OpenBSD,
|
# Netrunner, Nitrux, NixOS, Nurunner, NuTyX, OBRevenge, OpenBSD,
|
||||||
# openEuler, OpenIndiana, openmamba, OpenMandriva, OpenStage, OpenWrt,
|
# openEuler, OpenIndiana, openmamba, OpenMandriva, OpenStage, OpenWrt,
|
||||||
|
@ -816,7 +816,7 @@ image_source="auto"
|
||||||
# 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, GUIX, Hyperbola,
|
||||||
# Manjaro, MXLinux, NetBSD, Parabola, POP_OS, PureOS,
|
# MainsailOS, 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.
|
||||||
# Use '{distro name}_small' to use the small variants.
|
# Use '{distro name}_small' to use the small variants.
|
||||||
|
@ -5181,7 +5181,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, GUIX, Hyperbola,
|
||||||
Manjaro, MXLinux, NetBSD, Parabola, POP_OS, PureOS,
|
MainsailOS, 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.
|
||||||
|
|
||||||
|
@ -8515,6 +8515,43 @@ o00. k0O${c2}dddddd${c1}occ
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"MainsailOS_small"*)
|
||||||
|
set_colors 1
|
||||||
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
${c1} -:
|
||||||
|
+%*
|
||||||
|
.#%%+
|
||||||
|
-%%%: +=
|
||||||
|
+%%#..#%%-
|
||||||
|
.#%%+ -%%%- +=
|
||||||
|
-%%%- +%%#..#%%+
|
||||||
|
EOF
|
||||||
|
;;
|
||||||
|
|
||||||
|
"MainsailOS"*)
|
||||||
|
set_colors 1
|
||||||
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
${c1} -
|
||||||
|
*%:
|
||||||
|
:%%%#
|
||||||
|
=%%%%%-
|
||||||
|
*%%%%%%#
|
||||||
|
:#%%%%%%%#.
|
||||||
|
-%%%%%%%%+
|
||||||
|
*%%%%%%%%- :
|
||||||
|
.#%%%%%%%#. *%=
|
||||||
|
-%%%%%%%%+ :#%%%*
|
||||||
|
+%%%%%%%%- =%%%%%%#.
|
||||||
|
.#%%%%%%%#. *%%%%%%%%:
|
||||||
|
-%%%%%%%%* :#%%%%%%%#.
|
||||||
|
+%%%%%%%%- =%%%%%%%%+ :%*.
|
||||||
|
.#%%%%%%%#: *%%%%%%%%- +%%%%*:
|
||||||
|
:%%%%%%%%* :#%%%%%%%#. .*%%%%%%%*
|
||||||
|
+%%%%%%%%= -%%%%%%%%+ :%%%%%%%%*
|
||||||
|
.#%%%%%%%%: *%%%%%%%%- =%%%%%%%%=
|
||||||
|
EOF
|
||||||
|
;;
|
||||||
|
|
||||||
"Mandriva"* | "Mandrake"*)
|
"Mandriva"* | "Mandrake"*)
|
||||||
set_colors 4 3
|
set_colors 4 3
|
||||||
read -rd '' ascii_data <<'EOF'
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
|
Loading…
Reference in a new issue