feat(logos): add Vanilla OS logo (#22)

This commit is contained in:
Adrian Groh 2023-03-23 11:53:39 +01:00 committed by GitHub
parent 9df302965d
commit 272df89775
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 1 deletions

View File

@ -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
```

View File

@ -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} _______

View File

@ -63,6 +63,7 @@ solus
steamos
solaris
ubuntu
vanilla
void
windows
xeonix