diff options
| author | Gobidev <50576978+Gobidev@users.noreply.github.com> | 2021-12-06 04:37:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-06 05:37:39 +0200 |
| commit | 9fee329e98711b3229e085ce0f5fbaf90f19a65e (patch) | |
| tree | a1ccf15fa0659af3f670bd14980a23b8af8da8f5 | |
| parent | 5782442798fb955dd4b622fd1a280962f9c5715b (diff) | |
| download | pfetch-9fee329e98711b3229e085ce0f5fbaf90f19a65e.tar.gz | |
Add garuda linux logo (#171)
* Add garuda linux ascii art
* Add garuda linux to supported distros
* Version bump
* Add EndeavourOS to supported distros
* Revert "Version bump"
This reverts commit 90afcf69e46a670f128273408c5d1f5e1871c1d7.
| -rw-r--r-- | README.md | 2 | ||||
| -rwxr-xr-x | pfetch | 13 |
2 files changed, 14 insertions, 1 deletions
@@ -26,7 +26,7 @@ picture"! ## OS support - **Linux** - - Alpine Linux, Arch Linux, Arco Linux, Artix Linux, CentOS, Dahlia, Debian, Devuan, Elementary, Fedora, Gentoo, Guix, Hyperbola, instantOS, KISS Linux, Linux Lite, Linux Mint, Mageia, Manjaro, MX Linux, NixOS, OpenSUSE, Parabola, Pop!\_OS, PureOS, Slackware, Solus, Ubuntu and Void Linux. + - Alpine Linux, Arch Linux, Arco Linux, Artix Linux, CentOS, Dahlia, Debian, Devuan, Elementary, EndeavourOS, Fedora, Garuda Linux, Gentoo, Guix, Hyperbola, instantOS, KISS Linux, Linux Lite, Linux Mint, Mageia, Manjaro, MX Linux, NixOS, OpenSUSE, Parabola, Pop!\_OS, PureOS, Slackware, Solus, Ubuntu and Void Linux. - All other distributions are supported with a generic penguin logo. - **Android** - **BSD** @@ -1353,6 +1353,19 @@ get_ascii() { EOF ;; + ([Gg]aruda*) + read_ascii 4 <<-EOF + ${c3} _______ + ${c3} __/ \\_ + ${c3} _/ / \\_ + ${c7} _/ /_________\\ + ${c7}_/ | + ${c2}\\ ____________ + ${c2} \\_ __/ + ${c2} \\__________/ + EOF + ;; + ([Gg]entoo*) read_ascii 5 <<-EOF ${c5} _-----_ |
