Skip to content

Commit

Permalink
[PR] dylanaraps/neofetch#2049 from alxb421 - Add pearOS ASCII art
Browse files Browse the repository at this point in the history
Upstream PR: dylanaraps/neofetch#2049
Thanks to @alxb421

Co-authored-by: alxb421 <alxb421@gmail.com>
  • Loading branch information
hykilpikonna and alxb421 committed Jul 31, 2022
2 parents 128d870 + 4fa3aef commit ae2be9e
Showing 1 changed file with 29 additions and 2 deletions.
31 changes: 29 additions & 2 deletions neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ image_source="auto"
# Netrunner, Nitrux, NixOS, NomadBSD, Nurunner, NuTyX, OBRevenge, OpenBSD,
# openEuler, OpenIndiana, openmamba, OpenMandriva, OpenStage, OpenWrt,
# osmc, Oracle, Orchid, OS Elbrus, PacBSD, Parabola, Pardus, Parrot, Parsix,
# TrueOS, PCLinuxOS, Pengwin, Peppermint, Pisi, popos, Porteus, PostMarketOS,
# TrueOS, PCLinuxOS, pearOS, Pengwin, Peppermint, Pisi, popos, Porteus, PostMarketOS,
# Proxmox, PuffOS, Puppy, PureOS, Qubes, Qubyt, Quibian, Radix, Raspbian,
# Reborn_OS, Redstar, Redcore, Redhat, Refracted_Devuan, Regata, Regolith,
# Rocky, Rosa, sabotage, Sabayon, Sailfish, SalentOS, ShastraOS, Scientific, Septor,
Expand Down Expand Up @@ -5263,7 +5263,7 @@ ASCII:
NixOS, NomadBSD, Nurunner, NuTyX, OBRevenge, OpenBSD, openEuler, OpenIndiana,
openmamba, OpenMandriva, OpenStage, OpenWrt, osmc, Oracle, Orchid,
OS Elbrus, PacBSD, Parabola, Pardus, Parrot, Parsix, TrueOS,
PCLinuxOS, Pengwin, Peppermint, Pisi, popos, Porteus, PostMarketOS,
PCLinuxOS, pearOS, Pengwin, Peppermint, Pisi, popos, Porteus, PostMarketOS,
Proxmox, PuffOS, Puppy, PureOS, Qubes, Qubyt, Quibian, Radix, Raspbian, Reborn_OS,
Redstar, Redcore, Redhat, Refracted_Devuan, Regata, Regolith, Rosa,
sabotage, Sabayon, Sailfish, SalentOS, ShastraOS, Scientific, Septor,
Expand Down Expand Up @@ -9925,6 +9925,33 @@ yyhh- ${c2}ymm- /dmdyosyd` ${c1}`yhh+
EOF
;;

"pearOS"*)
set_colors 2 3 1 1 5 4
read -rd '' ascii_data <<'EOF'
\e[0;32m .+yh
sMMMo
sMMN+
+o: \e[0m
\e[93m ./oyyys+.
:dMMMMMMMMMm/
:MMMMMMMMMMMMMy
yMMMMMMMMMMMMMN \e[0m
\e[31m mMMMMMMMMMMMMs`
yMMMMMMMMMMMMo
-mMMMMMMMMMMMMM`
oMMMMMMMMMMMMMMM` \e[0m
\e[95m oMMMMMMMMMMMMMMMMy
.MMMMMMMMMMMMMMMMMMy`
+MMMMMMMMMMMMMMMMMMMMy/`
/MMMMMMMMMMMMMMMMMMMMMMMNds \e[0m
\e[34m `mMMMMMMMMMMMMMMMMMMMMMMMM/
.mMMMMMMMMMMMMMMMMMMMMMM+
`oNMMMMMMMMMMMMMMMMMMd-
`+hMMMMMMMMMMMMMms-
-/osyhhyso:. \e[0m
EOF
;;

"Pengwin"*)
set_colors 5 5 13
read -rd '' ascii_data <<'EOF'
Expand Down

0 comments on commit ae2be9e

Please sign in to comment.