[PR] dylanaraps/neofetch#2049 from alxb421 - Add pearOS ASCII art
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2049 Thanks to @alxb421 Co-authored-by: alxb421 <alxb421@gmail.com>
This commit is contained in:
commit
ae2be9e70c
1 changed files with 29 additions and 2 deletions
31
neofetch
31
neofetch
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue