Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #165 from alexcoder04/master
Browse files Browse the repository at this point in the history
Add Solus ascii art
  • Loading branch information
dylanaraps committed Nov 11, 2021
2 parents 4c572ee + 76a172e commit 5782442
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -26,7 +26,7 @@ picture"!
## OS support

- **Linux**
- Alpine Linux, Arch Linux, Arco Linux, Artix Linux, CentOS, Dahlia, Debian, Elementary, Fedora, Gentoo, Guix, Hyperbola, instantOS, KISS Linux, Linux Lite, Linux Mint, Mageia, Manjaro, MX Linux, NixOS, OpenSUSE, Parabola, Pop!\_OS, PureOS, Slackware, Ubuntu and Void 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.
- All other distributions are supported with a generic penguin logo.
- **Android**
- **BSD**
Expand Down
12 changes: 12 additions & 0 deletions pfetch
Expand Up @@ -1718,6 +1718,18 @@ get_ascii() {
EOF
;;

([Ss]olus*)
read_ascii 4 <<-EOF
${c6}
${c6} /|
${c6} / |\\
${c6} / | \\ _
${c6} /___|__\\_\\
${c6} \\ /
${c6} \`-------麓
EOF
;;

([Ss]un[Oo][Ss]|[Ss]olaris*)
read_ascii 3 <<-EOF
${c3} . .; .
Expand Down

0 comments on commit 5782442

Please sign in to comment.