feat(logos): add Vanilla OS logo (#22)
This commit is contained in:
parent
9df302965d
commit
272df89775
@ -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
|
||||
```
|
||||
|
||||
@ -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} _______
|
||||
|
||||
@ -63,6 +63,7 @@ solus
|
||||
steamos
|
||||
solaris
|
||||
ubuntu
|
||||
vanilla
|
||||
void
|
||||
windows
|
||||
xeonix
|
||||
|
||||
Loading…
Reference in New Issue
Block a user