From 8eb7944dcf3f5b4782708d51960c368081a1df30 Mon Sep 17 00:00:00 2001 From: bgkillas <55570525+bgkillas@users.noreply.github.com> Date: Fri, 6 Dec 2019 16:57:11 -0500 Subject: [PATCH 1/6] Update neofetch --- neofetch | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/neofetch b/neofetch index 852b0a50..9a508b39 100755 --- a/neofetch +++ b/neofetch @@ -4612,17 +4612,18 @@ ASCII: --ascii_colors x x x x x x Colors to print the ascii art --ascii_distro distro Which Distro's ascii art to print - NOTE: Arch and Ubuntu have 'old' logo variants. + NOTE: Arch, Ubuntu, Redhat, and Dragonfly have 'old' logo variants. - NOTE: Use 'arch_old' or 'ubuntu_old' to use the old logos. + NOTE: Use '{distro name}_old' to use the old logos. NOTE: Ubuntu has flavor variants. - NOTE: Change this to 'Lubuntu', 'Xubuntu', 'Ubuntu-GNOME', - 'Ubuntu-Studio' or 'Ubuntu-Budgie' to use the flavors. + NOTE: Change this to 'Lubuntu', 'Kubuntu', 'Xubuntu', 'Ubuntu-GNOME', + 'Ubuntu-Studio', 'Ubuntu-Mate' or 'Ubuntu-Budgie' to use the flavors. - NOTE: Alpine, Arch, CRUX, Debian, Gentoo, FreeBSD, Mac, NixOS, - OpenBSD, postmarketOS, and Void have a smaller logo variant. + NOTE: Arcolinux, Dragonfly, Fedora, Alpine, Arch, + CRUX, Debian, Gentoo, FreeBSD, Mac, NixOS, OpenBSD, + postmarketOS, and Void have a smaller logo variant. NOTE: Use '{distro name}_small' to use the small variants. @@ -6215,8 +6216,7 @@ EOF "dragonfly_old"*) set_colors 1 7 3 read -rd '' ascii_data <<'EOF' - ${c1} | - .-. + ${c1} .-. ${c3} ()${c1}I${c3}() ${c1} "==.__:-:__.==" "==.__/~|~\__.==" @@ -8154,7 +8154,7 @@ ${c1} PPPPPPPPPPPPPP EOF ;; - "popos_small"*) + "popos_small"* | "pop_os_small"*) set_colors 6 7 read -rd '' ascii_data <<'EOF' ${c1}______ @@ -8168,7 +8168,7 @@ ${c1}______ EOF ;; - "Pop!_OS"*) + "Pop!_OS"* | "popos"* | "pop_os"*) set_colors 6 7 read -rd '' ascii_data <<'EOF' ${c1} ///////////// @@ -8508,7 +8508,7 @@ RRRR RRRRRRRRRRRRRRRRRRR R RRRR EOF ;; - "redhat_old") + "redhat_old" | "rhel_old"*) set_colors 1 7 3 read -rd '' ascii_data <<'EOF' ${c1} `.-..........` From d163dffa2425fcd72efa9602e9247bbc441fa837 Mon Sep 17 00:00:00 2001 From: bgkillas <55570525+bgkillas@users.noreply.github.com> Date: Fri, 6 Dec 2019 16:59:29 -0500 Subject: [PATCH 2/6] Update neofetch --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 9a508b39..efae9dc4 100755 --- a/neofetch +++ b/neofetch @@ -6216,7 +6216,7 @@ EOF "dragonfly_old"*) set_colors 1 7 3 read -rd '' ascii_data <<'EOF' - ${c1} .-. + ${c1} .-. ${c3} ()${c1}I${c3}() ${c1} "==.__:-:__.==" "==.__/~|~\__.==" From 244e889f13c6b57f9676053035f5af26f49afa12 Mon Sep 17 00:00:00 2001 From: bgkillas <55570525+bgkillas@users.noreply.github.com> Date: Fri, 6 Dec 2019 17:00:06 -0500 Subject: [PATCH 3/6] Update neofetch --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index efae9dc4..cf8d59a0 100755 --- a/neofetch +++ b/neofetch @@ -6216,7 +6216,7 @@ EOF "dragonfly_old"*) set_colors 1 7 3 read -rd '' ascii_data <<'EOF' - ${c1} .-. + ${c1} .-. ${c3} ()${c1}I${c3}() ${c1} "==.__:-:__.==" "==.__/~|~\__.==" From c18e705b97fb74c79afbfc7cac7ed6f166f268f6 Mon Sep 17 00:00:00 2001 From: bgkillas <55570525+bgkillas@users.noreply.github.com> Date: Fri, 6 Dec 2019 17:10:51 -0500 Subject: [PATCH 4/6] Update neofetch --- neofetch | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/neofetch b/neofetch index cf8d59a0..2e6a8926 100755 --- a/neofetch +++ b/neofetch @@ -4621,8 +4621,11 @@ ASCII: NOTE: Change this to 'Lubuntu', 'Kubuntu', 'Xubuntu', 'Ubuntu-GNOME', 'Ubuntu-Studio', 'Ubuntu-Mate' or 'Ubuntu-Budgie' to use the flavors. - NOTE: Arcolinux, Dragonfly, Fedora, Alpine, Arch, - CRUX, Debian, Gentoo, FreeBSD, Mac, NixOS, OpenBSD, + NOTE: Arcolinux, Dragonfly, Fedora, Alpine, Arch, Ubuntu, + CRUX, Debian, Gentoo, FreeBSD, Mac, NixOS, OpenBSD, android, + Antrix, CentOS, Cleanjaro, ElementaryOS, GUIX, Hyperbola, + Manjaro, MXLinux, NetBSD, Parabola, POP_OS, PureOS, + Slackware, SunOS, LinuxLite, OpenSUSE, Raspbian, postmarketOS, and Void have a smaller logo variant. NOTE: Use '{distro name}_small' to use the small variants. From 4e96742d4c3e25b9a89f42acfd86b63e6d49c319 Mon Sep 17 00:00:00 2001 From: bgkillas <55570525+bgkillas@users.noreply.github.com> Date: Fri, 6 Dec 2019 21:39:14 -0500 Subject: [PATCH 5/6] Update neofetch --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 2e6a8926..1d504648 100755 --- a/neofetch +++ b/neofetch @@ -4619,7 +4619,7 @@ ASCII: NOTE: Ubuntu has flavor variants. NOTE: Change this to 'Lubuntu', 'Kubuntu', 'Xubuntu', 'Ubuntu-GNOME', - 'Ubuntu-Studio', 'Ubuntu-Mate' or 'Ubuntu-Budgie' to use the flavors. + 'Ubuntu-Studio', 'Ubuntu-Mate' or 'Ubuntu-Budgie' to use the flavors. NOTE: Arcolinux, Dragonfly, Fedora, Alpine, Arch, Ubuntu, CRUX, Debian, Gentoo, FreeBSD, Mac, NixOS, OpenBSD, android, From 46b18469d91c65a2bff5eea8a500276433f2efbb Mon Sep 17 00:00:00 2001 From: bgkillas <55570525+bgkillas@users.noreply.github.com> Date: Fri, 6 Dec 2019 21:42:20 -0500 Subject: [PATCH 6/6] Update neofetch --- neofetch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neofetch b/neofetch index 1d504648..3d6ca32a 100755 --- a/neofetch +++ b/neofetch @@ -4618,8 +4618,8 @@ ASCII: NOTE: Ubuntu has flavor variants. - NOTE: Change this to 'Lubuntu', 'Kubuntu', 'Xubuntu', 'Ubuntu-GNOME', - 'Ubuntu-Studio', 'Ubuntu-Mate' or 'Ubuntu-Budgie' to use the flavors. + NOTE: Change this to Lubuntu, Kubuntu, Xubuntu, Ubuntu-GNOME, + Ubuntu-Studio, Ubuntu-Mate or Ubuntu-Budgie to use the flavors. NOTE: Arcolinux, Dragonfly, Fedora, Alpine, Arch, Ubuntu, CRUX, Debian, Gentoo, FreeBSD, Mac, NixOS, OpenBSD, android,