From 272df89775c9045c0f83e1261d3177b7bf75d2a9 Mon Sep 17 00:00:00 2001 From: Adrian Groh <50576978+Gobidev@users.noreply.github.com> Date: Thu, 23 Mar 2023 11:53:39 +0100 Subject: [PATCH] feat(logos): add Vanilla OS logo (#22) --- README.md | 4 +++- pfetch-extractor/logos.sh | 14 ++++++++++++++ print_all.sh | 1 + 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb4931e..358f058 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ HydroOS, Hyperbola, instantOS, IRIX, KDE neon, Linux Lite, Linux, Mint, macOS, Mageia, Manjaro, Minix, MorphOS _(new)_, MX Linux, NetBSD, NixOS, Nobara Project _(new)_, OpenBSD, openSUSE Tumbleweed, openSUSE Leap, OpenWrt, Parabola, Pop!\_OS _(updated)_, PureOS, Raspbian, SerenityOS, Slackware, Solus, SteamOS -_(new)_, Solaris, Ubuntu, Void Linux, Windows _(new)_, Xeonix Linux +_(new)_, Solaris, Ubuntu, Vanilla OS _(new)_, Void Linux, Windows _(new)_, +Xeonix Linux For all other distributions, a penguin will be displayed. @@ -42,6 +43,7 @@ Download a binary from the [latest release](https://github.com/Gobidev/pfetch-rs/releases/latest). ### Cargo + ```sh cargo install pfetch ``` diff --git a/pfetch-extractor/logos.sh b/pfetch-extractor/logos.sh index 8182fde..59b7fc3 100644 --- a/pfetch-extractor/logos.sh +++ b/pfetch-extractor/logos.sh @@ -727,6 +727,20 @@ case ${1:-${PF_ASCII:-${distro:-$os}}} in EOF ;; + [Vv]anilla*) + read_ascii 3 <<- EOF + ${c3} .#. + ${c3} :#=#: + ${c3}.#=":.:##=##:.:"=#. + ${c3}\`:#=#####=####=##:\` + ${c3} \`:####=\` \`=####:\` + ${c3} .:##,. .,##:. + ${c3} :##=##:-:##=##: + ${c3} .#=##:\` \`:##=#. + ${c3} \`\` \`\` + EOF + ;; + [Vv]oid*) read_ascii 2 <<- EOF ${c2} _______ diff --git a/print_all.sh b/print_all.sh index d9e9c9e..08e4cd4 100755 --- a/print_all.sh +++ b/print_all.sh @@ -63,6 +63,7 @@ solus steamos solaris ubuntu +vanilla void windows xeonix