From 0694c105377eb1711102c9124f6bc5dc1df7399f Mon Sep 17 00:00:00 2001 From: etvx86 <64978924+EnterTheVoid-x86@users.noreply.github.com> Date: Wed, 19 Jul 2023 14:43:25 -0400 Subject: [PATCH 1/3] Add Kerbl Linux Logo --- neofetch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/neofetch b/neofetch index 2211095e..748a2e0d 100755 --- a/neofetch +++ b/neofetch @@ -7575,6 +7575,24 @@ ${c1} ' EOF ;; + "Kerbl"*) + set_colors 6 6 7 1 + read -rd '' ascii_data <<'EOF' +${c1} + .:^^^^^:. + :~7?????????7~: + .~7?77777777777?7~. + .:^:::::::::::::::^:. + ::::::::::::::::::::: + ..^^^^^^^^^^^^^^^^^^^^^.. + .:..~~~~~~~~!~~~~~~~~~~!~..:: + .^: .^^^^^^^~~~~~~~~~~~~. :^. + .::..::^^^^^^^^^^^^^^:..:::. + ....:::::::::::::.... + ....... +EOF + ;; + "Cobalt"*) set_colors 33 33 59 31 8 read -rd '' ascii_data <<'EOF' From ebd6acd0048f9323109c8528daef9415e7bbff9a Mon Sep 17 00:00:00 2001 From: etvx86 <64978924+EnterTheVoid-x86@users.noreply.github.com> Date: Wed, 19 Jul 2023 14:56:57 -0400 Subject: [PATCH 2/3] Update neofetch --- neofetch | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/neofetch b/neofetch index 748a2e0d..594d4dac 100755 --- a/neofetch +++ b/neofetch @@ -7576,10 +7576,9 @@ EOF ;; "Kerbl"*) - set_colors 6 6 7 1 - read -rd '' ascii_data <<'EOF' -${c1} - .:^^^^^:. + set_colors 33 + read -rd '' ascii_data <<'EOF' +${c1} .:^^^^^:. :~7?????????7~: .~7?77777777777?7~. .:^:::::::::::::::^:. From 4d39bd750fd9389b7e5386c1e4795a093f3d3772 Mon Sep 17 00:00:00 2001 From: etvx86 <64978924+EnterTheVoid-x86@users.noreply.github.com> Date: Sat, 5 Aug 2023 22:58:39 -0400 Subject: [PATCH 3/3] Add Unicode arch logo --- neofetch | 43 ++++++++++++++++++++++++++----------------- 1 file changed, 26 insertions(+), 17 deletions(-) diff --git a/neofetch b/neofetch index 01e57ddd..0e3c411b 100755 --- a/neofetch +++ b/neofetch @@ -7586,6 +7586,32 @@ ${c2} .oossssso-````/ossssss+` EOF ;; + "unicodearch"*) + set_colors 6 6 7 1 + read -rd '' ascii_data <<'EOF' +${c1} ▄ + ▟█▙ + ▟███▙ + ▟█████▙ + ▟███████▙ + ▂▔▀▜██████▙ + ▟██▅▂▝▜█████▙ + ▟█████████████▙ + ▟███████████████▙ + ▟█████████████████▙ + ▟███████████████████▙ + ▟█████████▛▀▀▜████████▙ + ▟████████▛ ▜███████▙ + ▟█████████ ████████▙ + ▟██████████ █████▆▅▄▃▂ + ▟██████████▛ ▜█████████▙ + ▟██████▀▀▀ ▀▀██████▙ + ▟███▀▘ ▝▀███▙ + ▟▛▀ ▀▜▙ + +EOF + ;; + "artix_small"*) set_colors 6 6 7 1 read -rd '' ascii_data <<'EOF' @@ -7631,23 +7657,6 @@ ${c1} ' EOF ;; - "Kerbl"*) - set_colors 33 - read -rd '' ascii_data <<'EOF' -${c1} .:^^^^^:. - :~7?????????7~: - .~7?77777777777?7~. - .:^:::::::::::::::^:. - ::::::::::::::::::::: - ..^^^^^^^^^^^^^^^^^^^^^.. - .:..~~~~~~~~!~~~~~~~~~~!~..:: - .^: .^^^^^^^~~~~~~~~~~~~. :^. - .::..::^^^^^^^^^^^^^^:..:::. - ....:::::::::::::.... - ....... -EOF - ;; - "Cobalt"*) set_colors 33 33 59 31 8 read -rd '' ascii_data <<'EOF'