Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Open
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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, FreeBSD,
# EndeavourOS, EncryptOS Endless, EuroLinux, Exherbo, Fedora, Feren, FreeBSD,
Comment thread
snaildos marked this conversation as resolved.
Outdated
# FreeMiNT, Frugalware, Funtoo, GalliumOS, Garuda, Gentoo, Pentoo,
# gNewSense, GNOME, GNU, GoboLinux, Grombyang, Guix, Haiku, Huayra, HydroOS
# Hyperbola, iglunix, janus, Kali, KaOS, KDE_neon, Kibojoe, Kogaion, Korora,
Expand Down Expand Up @@ -5147,7 +5147,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, FreeBSD, FreeMiNT, Frugalware,
Funtoo, GalliumOS, Garuda, Gentoo, Pentoo, gNewSense, GNOME, GNU,
GoboLinux, Grombyang, Guix, Haiku, Huayra, Hyperbola, iglunix, janus, Kali,
Expand Down Expand Up @@ -7320,6 +7320,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