[PR] dylanaraps/neofetch#2158 from snaildos - Add EncryptOS logo
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2158 Thanks to @snaildos Co-authored-by: SnailDOS <46210117+snaildos@users.noreply.github.com>
This commit is contained in:
commit
7b3f12fa8c
1 changed files with 22 additions and 2 deletions
24
neofetch
24
neofetch
|
@ -788,7 +788,7 @@ image_source="auto"
|
|||
# Chapeau, Chrom*, Cleanjaro, ClearOS, Clear_Linux, Clover, Condres,
|
||||
# Container_Linux, Crystal Linux, CRUX, Cucumber, dahlia, Debian, Deepin,
|
||||
# DesaOS, Devuan, DracOS, DarkOs, Itc, DragonFly, Drauger, Elementary,
|
||||
# EndeavourOS, Endless, EuroLinux, Exherbo, Fedora, Feren, Finnix, FreeBSD,
|
||||
# EndeavourOS, EncryptOS, Endless, EuroLinux, Exherbo, Fedora, Feren, Finnix, FreeBSD,
|
||||
# FreeMiNT, Frugalware, Funtoo, GalliumOS, Garuda, Gentoo, Pentoo,
|
||||
# gNewSense, GNOME, GNU, GoboLinux, GrapheneOS, Grombyang, Guix, Haiku, Huayra,
|
||||
# HydroOS, Hyperbola, iglunix, janus, Kali, KaOS, KDE_neon, Kibojoe, Kogaion, Korora,
|
||||
|
@ -5240,7 +5240,7 @@ ASCII:
|
|||
Calculate, Carbs, CentOS, Chakra, ChaletOS, Chapeau, Chrom,
|
||||
Cleanjaro, ClearOS, Clear_Linux, Clover, Condres, Container_Linux,
|
||||
Crystal Linux, CRUX, Cucumber, dahlia, Debian, Deepin, DesaOS, Devuan,
|
||||
DracOS, DarkOs, Itc, DragonFly, Drauger, Elementary, EndeavourOS, Endless,
|
||||
DracOS, DarkOs, Itc, DragonFly, Drauger, Elementary, EndeavourOS, EncryptOS, Endless,
|
||||
EuroLinux, Exherbo, Fedora, Feren, Finnix, FreeBSD, FreeMiNT, Frugalware,
|
||||
Funtoo, GalliumOS, Garuda, Gentoo, Pentoo, gNewSense, GNOME, GNU,
|
||||
GoboLinux, GrapheneOS, Grombyang, Guix, Haiku, Huayra, Hyperbola, iglunix, janus, Kali,
|
||||
|
@ -7472,6 +7472,26 @@ ${c1}`-////+${c2}ssssssssssssssssssssssssssso${c3}++++-
|
|||
${c1} `..-+${c2}oosssssssssssssssssssssssso${c3}+++++/`
|
||||
./++++++++++++++++++++++++++++++/:.
|
||||
`:::::::::::::::::::::::::------``
|
||||
EOF
|
||||
;;
|
||||
|
||||
"EncryptOS"*)
|
||||
set_colors 2 5 6
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
${c2} *******
|
||||
${c2} *** **.
|
||||
${c2} ** **
|
||||
${c2} ** **
|
||||
|
||||
${c2} *****************
|
||||
${c2} ,,,,,,,,,,,,,,,,***
|
||||
${c2} ,,,,,,, ,,,,,,,
|
||||
${c2} ,,,,,,, ,,,,,,,
|
||||
${c2} ,,,,,,, ,,,,,,,
|
||||
${c2} ,,,,,,, ,,,,,,,
|
||||
${c2} ,,,,,,,,,,,,,,,,,,,
|
||||
${c2} ,,,,,,,,,,,,.
|
||||
|
||||
EOF
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue