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
|
Mageia, Manjaro, Minix, MorphOS _(new)_, MX Linux, NetBSD, NixOS, Nobara Project
|
||||||
_(new)_, OpenBSD, openSUSE Tumbleweed, openSUSE Leap, OpenWrt, Parabola,
|
_(new)_, OpenBSD, openSUSE Tumbleweed, openSUSE Leap, OpenWrt, Parabola,
|
||||||
Pop!\_OS _(updated)_, PureOS, Raspbian, SerenityOS, Slackware, Solus, SteamOS
|
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.
|
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).
|
[latest release](https://github.com/Gobidev/pfetch-rs/releases/latest).
|
||||||
|
|
||||||
### Cargo
|
### Cargo
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cargo install pfetch
|
cargo install pfetch
|
||||||
```
|
```
|
||||||
|
|||||||
@ -727,6 +727,20 @@ case ${1:-${PF_ASCII:-${distro:-$os}}} in
|
|||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
[Vv]anilla*)
|
||||||
|
read_ascii 3 <<- EOF
|
||||||
|
${c3} .#.
|
||||||
|
${c3} :#=#:
|
||||||
|
${c3}.#=":.:##=##:.:"=#.
|
||||||
|
${c3}\`:#=#####=####=##:\`
|
||||||
|
${c3} \`:####=\` \`=####:\`
|
||||||
|
${c3} .:##,. .,##:.
|
||||||
|
${c3} :##=##:-:##=##:
|
||||||
|
${c3} .#=##:\` \`:##=#.
|
||||||
|
${c3} \`\` \`\`
|
||||||
|
EOF
|
||||||
|
;;
|
||||||
|
|
||||||
[Vv]oid*)
|
[Vv]oid*)
|
||||||
read_ascii 2 <<- EOF
|
read_ascii 2 <<- EOF
|
||||||
${c2} _______
|
${c2} _______
|
||||||
|
|||||||
@ -63,6 +63,7 @@ solus
|
|||||||
steamos
|
steamos
|
||||||
solaris
|
solaris
|
||||||
ubuntu
|
ubuntu
|
||||||
|
vanilla
|
||||||
void
|
void
|
||||||
windows
|
windows
|
||||||
xeonix
|
xeonix
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user