From 38fb44cb8e2d7c69e51911a2207b8604f21f2135 Mon Sep 17 00:00:00 2001 From: Twinkie <105467171+AwkwardTeenageBoy@users.noreply.github.com> Date: Thu, 27 Oct 2022 10:15:52 -0700 Subject: [PATCH 1/4] Added Vanilla Logo and Support for Vanilla --- neofetch | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 48b96d21..c11ae45b 100755 --- a/neofetch +++ b/neofetch @@ -807,7 +807,7 @@ image_source="auto" # openSUSE_Tumbleweed, openSUSE, SwagArch, Tails, Trisquel, # Ubuntu-Cinnamon, Ubuntu-Budgie, Ubuntu-GNOME, Ubuntu-MATE, # Ubuntu-Studio, Ubuntu, Univention, Venom, Void, VNux, LangitKetujuh, semc, -# Obarun, windows10, Windows7, Xubuntu, Zorin, and IRIX have ascii logos. +# Obarun, windows10, Windows7, Xubuntu, Zorin, Vanilla, and IRIX have ascii logos. # NOTE: Arch, Ubuntu, Redhat, Fedora and Dragonfly have 'old' logo variants. # Use '{distro name}_old' to use the old logos. # NOTE: Ubuntu has flavor variants. @@ -11202,6 +11202,40 @@ ${c1} | (-- | | EOF ;; + + "Vanilla"*) + set_colors 11 15 + read -rd '' ascii_data <<'EOF' +${c1} + .------: + .---------. + :----::-----. + .:-----::------: + -------::-------: + .-------::--------. + ....... :------:::--------. ...::::::::.... +::----------------:.:------:::--------::------------------: + --------------------------:::---------------------:-----: + .-----:::------------------::----------------::::::----: + :-----:::::---------------::-------------:::::--------. + :-------:::::---------:::::::::------::::-----------. + :----------:::::----::::...::::-:::::-------------. + .------------::::::.....---.....::--------------: + :-------------:::..------...:::------------:. + .::---------::::..------.::::-------::.. + .:--------::....----..:--------::. + .:-----------:::::....::::-----------:. + .:-----------:::::::::::::::::-----------: + .-----------::::------:-------:::----------:. + ----------:::--------: .--------:::---------- + :------:::::---------. .---------::::-------: + :-----::::----------:. .:----------::::----- + .-----::------------: :-----------:::----: + .-----------------:: .:---------------: + ..::::------:::.. ...::::::::::-: +EOF + ;; + "Obarun"*) set_colors 6 6 7 1 From 1274e977c3f6b68f1c0749a984c2384f57c0cda0 Mon Sep 17 00:00:00 2001 From: Twinkie <105467171+AwkwardTeenageBoy@users.noreply.github.com> Date: Thu, 27 Oct 2022 12:07:51 -0700 Subject: [PATCH 2/4] Update neofetch --- neofetch | 44 ++++++++++++++++++-------------------------- 1 file changed, 18 insertions(+), 26 deletions(-) diff --git a/neofetch b/neofetch index c11ae45b..94158789 100755 --- a/neofetch +++ b/neofetch @@ -11207,32 +11207,24 @@ EOF set_colors 11 15 read -rd '' ascii_data <<'EOF' ${c1} - .------: - .---------. - :----::-----. - .:-----::------: - -------::-------: - .-------::--------. - ....... :------:::--------. ...::::::::.... -::----------------:.:------:::--------::------------------: - --------------------------:::---------------------:-----: - .-----:::------------------::----------------::::::----: - :-----:::::---------------::-------------:::::--------. - :-------:::::---------:::::::::------::::-----------. - :----------:::::----::::...::::-:::::-------------. - .------------::::::.....---.....::--------------: - :-------------:::..------...:::------------:. - .::---------::::..------.::::-------::.. - .:--------::....----..:--------::. - .:-----------:::::....::::-----------:. - .:-----------:::::::::::::::::-----------: - .-----------::::------:-------:::----------:. - ----------:::--------: .--------:::---------- - :------:::::---------. .---------::::-------: - :-----::::----------:. .:----------::::----- - .-----::------------: :-----------:::----: - .-----------------:: .:---------------: - ..::::------:::.. ...::::::::::-: + .:. + .----: + .-------. + :---::----: + .----::-----. + ......... :----::-----: ..:::-::::.. +.-----------------::------------------: + ----::-----------::----------::::---: + -----:::--------::-------:::------- + :------::::--::...:::::---------: + .---------::.. ..:---------. + .::-----::.. .::----::. + .:------:.......:-------: + .--------::::::::-:::-------. + .-------::-----.:-----::------. + -----::------: :------::----- + :--::--------: .-------::---: + :----------:: .:---------- EOF ;; From 810b380e4793e4d68986f9f74fa4b20c9dc9802e Mon Sep 17 00:00:00 2001 From: Twinkie <105467171+AwkwardTeenageBoy@users.noreply.github.com> Date: Thu, 27 Oct 2022 12:17:20 -0700 Subject: [PATCH 3/4] Update neofetch --- neofetch | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/neofetch b/neofetch index 94158789..10b21cc9 100755 --- a/neofetch +++ b/neofetch @@ -11206,8 +11206,7 @@ EOF "Vanilla"*) set_colors 11 15 read -rd '' ascii_data <<'EOF' -${c1} - .:. +${c1} .:. .----: .-------. :---::----: From 6390ed10c4287f5bab144540fb4b14579bcc192e Mon Sep 17 00:00:00 2001 From: Twinkie <105467171+AwkwardTeenageBoy@users.noreply.github.com> Date: Thu, 27 Oct 2022 12:20:39 -0700 Subject: [PATCH 4/4] Update neofetch --- neofetch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 10b21cc9..0d23ffe2 100755 --- a/neofetch +++ b/neofetch @@ -11206,7 +11206,7 @@ EOF "Vanilla"*) set_colors 11 15 read -rd '' ascii_data <<'EOF' -${c1} .:. +${c1} .----: .-------. :---::----: @@ -11224,6 +11224,7 @@ ${c1} .:. -----::------: :------::----- :--::--------: .-------::---: :----------:: .:---------- + EOF ;;