From d312ca97ccce2923e5b5a4ea53220dae1d3f7fad Mon Sep 17 00:00:00 2001 From: hasecilu Date: Sun, 24 Sep 2023 13:15:34 -0600 Subject: [PATCH 1/2] Add LainOS distro --- neofetch | 30 ++++++++++++++++++++++++++++-- neofetch.1 | 2 +- 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/neofetch b/neofetch index 48b96d21..aa64f6dd 100755 --- a/neofetch +++ b/neofetch @@ -792,7 +792,7 @@ image_source="auto" # FreeMiNT, Frugalware, Funtoo, GalliumOS, Garuda, Gentoo, Pentoo, # gNewSense, GNOME, GNU, GoboLinux, Grombyang, Guix, Haiku, Huayra, HydroOS # Hyperbola, iglunix, janus, Kali, KaOS, KDE_neon, Kibojoe, Kogaion, Korora, -# KSLinux, Kubuntu, LEDE, LaxerOS, LibreELEC, LFS, Linux_Lite, LMDE, +# KSLinux, Kubuntu, LainOS, 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, NixOS, Nurunner, NuTyX, OBRevenge, OpenBSD, @@ -5151,7 +5151,7 @@ ASCII: EuroLinux, Exherbo, Fedora, Feren, FreeBSD, FreeMiNT, Frugalware, Funtoo, GalliumOS, Garuda, Gentoo, Pentoo, gNewSense, GNOME, GNU, GoboLinux, Grombyang, Guix, Haiku, Huayra, Hyperbola, iglunix, janus, Kali, - KaOS, KDE_neon, Kibojoe, Kogaion, Korora, KSLinux, Kubuntu, LEDE, + KaOS, KDE_neon, Kibojoe, Kogaion, Korora, KSLinux, Kubuntu, LainOS, 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, @@ -8220,6 +8220,32 @@ oyyyyysos${c2}dy${c1}yyyyyyyyyyyyyyyyyy${c2}dMMMMy${c1}syyyo EOF ;; + "LainOS"*) + set_colors 4 14 7 2 3 5 + read -rd '' ascii_data <<'EOF' +${c1} /==\\ + \\==/ +${c2} · · · · · · · + · · · · · · · · · · + · · · ${c1}.-======-.${c2}· · · · +${c1} .::.${c2} ·${c1}.-============-.${c2}· ${c1}.::. + .:==:${c2}· ${c1}.:===:'${c2}. ·· .${c1}':===:.${c2} ·${c1}:==:. + .:===:${c2} · ${c1}:===.${c2} · ${c3}.--.${c2} · ${c1}.===:${c2} · ${c1}:===:. + :===:${c2}· · ${c1}:===.${c2} · ${c3}.:====:.${c2} · ${c1}.===:${c2} · ·${c1}:===: +(===:${c2}· · ${c1}:===-${c2} · ${c3}:======:${c2} · ${c1}-===:${c2} · ·${c1}:===) + :===:${c2}· · ${c1}:===.${c2} · ${c3}':====:'${c2} · ${c1}.===:${c2} · ·${c1}:===: + ':===:${c2} · ${c1}:===.${c2} · ${c3}'--'${c2} · ${c1}.===:${c2} · ${c1}:===:' + ':==:${c2}· ${c1}':===:.${c2}' ·· '${c1}.:===:'${c2} ·${c1}:==:' + '::'${c2} · ${c1}'===-. .-==='${c2} · ${c1}'::' + ${c1}/==\\${c2} · · · ${c1}:=== ===:${c2} · · · ${c1}/==\\ + \\==/${c2} · · ·${c1}:===${c2} ·${c1}===:${c2}· · · ${c1}\\==/${c1} + .-. ${c2}· ${c1}:===${c2}· ${c1}===:${c2} ·${c1} ${c1}.-. + .===. .=== ===. .===. + .======== ========. + ''''' ''''' +EOF + ;; + "LEDE"*) set_colors 4 7 1 read -rd '' ascii_data <<'EOF' diff --git a/neofetch.1 b/neofetch.1 index b90b5781..216117db 100644 --- a/neofetch.1 +++ b/neofetch.1 @@ -313,7 +313,7 @@ EndeavourOS, Endless, EuroLinux, Exherbo, Fedora, Feren, FreeBSD, FreeMiNT, Frugalware, Funtoo, GalliumOS, Garuda, Gentoo, Pentoo, gNewSense, GNOME, GNU, GoboLinux, Grombyang, Guix, Haiku, Huayra, HydroOS, Hyperbola, janus, Kali, KaOS, KDE_neon, Kibojoe, Kogaion, Korora, -KSLinux, Kubuntu, LEDE, LaxerOS, LibreELEC, LFS, Linux_Lite, LMDE, +KSLinux, Kubuntu, LainOS, 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, NixOS, Nurunner, NuTyX, OBRevenge, OpenBSD, From 6b8492058777cba4a7451cf4ca00835dcccddadf Mon Sep 17 00:00:00 2001 From: hasecilu Date: Mon, 25 Sep 2023 14:00:58 -0600 Subject: [PATCH 2/2] Fix colors. Oops! colors swapped --- neofetch | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/neofetch b/neofetch index aa64f6dd..4fa9f5a3 100755 --- a/neofetch +++ b/neofetch @@ -8223,23 +8223,23 @@ EOF "LainOS"*) set_colors 4 14 7 2 3 5 read -rd '' ascii_data <<'EOF' -${c1} /==\\ +${c2} /==\\ \\==/ -${c2} · · · · · · · +${c1} · · · · · · · · · · · · · · · · · - · · · ${c1}.-======-.${c2}· · · · -${c1} .::.${c2} ·${c1}.-============-.${c2}· ${c1}.::. - .:==:${c2}· ${c1}.:===:'${c2}. ·· .${c1}':===:.${c2} ·${c1}:==:. - .:===:${c2} · ${c1}:===.${c2} · ${c3}.--.${c2} · ${c1}.===:${c2} · ${c1}:===:. - :===:${c2}· · ${c1}:===.${c2} · ${c3}.:====:.${c2} · ${c1}.===:${c2} · ·${c1}:===: -(===:${c2}· · ${c1}:===-${c2} · ${c3}:======:${c2} · ${c1}-===:${c2} · ·${c1}:===) - :===:${c2}· · ${c1}:===.${c2} · ${c3}':====:'${c2} · ${c1}.===:${c2} · ·${c1}:===: - ':===:${c2} · ${c1}:===.${c2} · ${c3}'--'${c2} · ${c1}.===:${c2} · ${c1}:===:' - ':==:${c2}· ${c1}':===:.${c2}' ·· '${c1}.:===:'${c2} ·${c1}:==:' - '::'${c2} · ${c1}'===-. .-==='${c2} · ${c1}'::' - ${c1}/==\\${c2} · · · ${c1}:=== ===:${c2} · · · ${c1}/==\\ - \\==/${c2} · · ·${c1}:===${c2} ·${c1}===:${c2}· · · ${c1}\\==/${c1} - .-. ${c2}· ${c1}:===${c2}· ${c1}===:${c2} ·${c1} ${c1}.-. + · · · ${c2}.-======-.${c1}· · · · +${c2} .::.${c1} ·${c2}.-============-.${c1}· ${c2}.::. + .:==:${c1}· ${c2}.:===:'${c1}. ·· .${c2}':===:.${c1} ·${c2}:==:. + .:===:${c1} · ${c2}:===.${c1} · ${c3}.--.${c1} · ${c2}.===:${c1} · ${c2}:===:. + :===:${c1}· · ${c2}:===.${c1} · ${c3}.:====:.${c1} · ${c2}.===:${c1} · ·${c2}:===: +(===:${c1}· · ${c2}:===-${c1} · ${c3}:======:${c1} · ${c2}-===:${c1} · ·${c2}:===) + :===:${c1}· · ${c2}:===.${c1} · ${c3}':====:'${c1} · ${c2}.===:${c1} · ·${c2}:===: + ':===:${c1} · ${c2}:===.${c1} · ${c3}'--'${c1} · ${c2}.===:${c1} · ${c2}:===:' + ':==:${c1}· ${c2}':===:.${c1}' ·· '${c2}.:===:'${c1} ·${c2}:==:' + '::'${c1} · ${c2}'===-. .-==='${c1} · ${c2}'::' + ${c2}/==\\${c1} · · · ${c2}:=== ===:${c1} · · · ${c2}/==\\ + \\==/${c1} · · ·${c2}:===${c1} ·${c2}===:${c1}· · · ${c2}\\==/${c2} + .-. ${c1}· ${c2}:===${c1}· ${c2}===:${c1} ·${c2} ${c2}.-. .===. .=== ===. .===. .======== ========. ''''' '''''