ascii: added support for popos
This commit is contained in:
parent
e29ffe85f4
commit
7f6d46dc73
1 changed files with 13 additions and 0 deletions
13
pfetch
13
pfetch
|
@ -557,6 +557,19 @@ get_ascii() {
|
|||
EOF
|
||||
;;
|
||||
|
||||
[Pp]op!_[Oo][Ss]*)
|
||||
read_ascii 6 <<-EOF
|
||||
${c6}______
|
||||
\\ _ \\ __
|
||||
\\ \\ \\ \\ / /
|
||||
\\ \\_\\ \\ / /
|
||||
\\ ___\\ /_/
|
||||
\\ \\ _
|
||||
__\\_\\__(_)_
|
||||
(___________)
|
||||
EOF
|
||||
;;
|
||||
|
||||
[Pp]ure[Oo][Ss]*)
|
||||
read_ascii 6 <<-EOF
|
||||
${c7} _____________
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue