Skip to content

Commit

Permalink
[PR] dylanaraps#2158 from snaildos - Add EncryptOS logo
Browse files Browse the repository at this point in the history
Upstream PR: dylanaraps#2158
Thanks to @snaildos

Co-authored-by: SnailDOS <[email protected]>
  • Loading branch information
hykilpikonna and snaildos committed Jul 31, 2022
2 parents 09e2c49 + 4f38fd1 commit 7b3f12f
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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
;;

Expand Down

0 comments on commit 7b3f12f

Please sign in to comment.