Add Enso (dylanaraps#2233)
This commit is contained in:
parent
b8ee3d459a
commit
26ab5df78c
1 changed files with 28 additions and 2 deletions
30
neofetch
30
neofetch
|
@ -812,7 +812,7 @@ image_source="auto"
|
|||
# ChonkySealOS, Chrom, Cleanjaro, Clear Linux OS, ClearOS, Clover, Cobalt Linux, Condres,
|
||||
# Container Linux by CoreOS, CRUX, Crystal Linux, Cucumber, CutefishOS, CyberOS, dahlia, DarkOs, Darwin,
|
||||
# Debian, Deepin, DesaOS, Devuan, DracOS, DragonFly, Drauger, Elementary, Elive, EncryptOS, EndeavourOS,
|
||||
# Endless, EuroLinux, Exherbo, Exodia Predator OS, Fedora, Feren, Finnix, FreeBSD, FreeMiNT,
|
||||
# Endless, Enso, EuroLinux, Exherbo, Exodia Predator OS, Fedora, Feren, Finnix, FreeBSD, FreeMiNT,
|
||||
# Frugalware, Funtoo, GalliumOS, Garuda, Gentoo, GhostBSD, glaucus, gNewSense, GNOME, GNU,
|
||||
# GoboLinux, GrapheneOS, Grombyang, Guix, Haiku, HarDClanZ, Hash, Huayra, HydroOS, Hyperbola,
|
||||
# iglunix, instantOS, IRIX, Itc, januslinux, Kaisen, Kali, Kamuriki, KaOS, KDE, Kibojoe, Kogaion, Korora,
|
||||
|
@ -5866,7 +5866,7 @@ ASCII:
|
|||
Cobalt Linux, Condres, Container Linux by CoreOS, CRUX, Crystal Linux,
|
||||
Cucumber, CutefishOS, CyberOS, dahlia, DarkOs, Darwin, Debian, Deepin, DesaOS,
|
||||
Devuan, DracOS, DragonFly, Drauger, Droidian, Elementary, Elive, EncryptOS,
|
||||
EndeavourOS, Endless, EuroLinux, Exherbo, Exodia Predator OS,
|
||||
EndeavourOS, Endless, Enso, EuroLinux, Exherbo, Exodia Predator OS,
|
||||
Fedora, Feren, Finnix, FreeBSD, FreeMiNT, Frugalware, Funtoo,
|
||||
GalliumOS, Garuda, Gentoo, GhostBSD, glaucus, gNewSense, GNOME, GNU,
|
||||
GoboLinux, GrapheneOS, Grombyang, Guix, Haiku, HarDClanZ, Hash,
|
||||
|
@ -8606,6 +8606,32 @@ dMm `/++/-``/yNNh+/sdNMNddMm- mMd
|
|||
EOF
|
||||
;;
|
||||
|
||||
"Enso"*)
|
||||
set_colors 8 7
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
${c1}
|
||||
.:--==--:.
|
||||
:=*#%%%%%%%#####*+-.
|
||||
.+%%%%%%%%%%%%###%%#*##*:
|
||||
.*%%%%%%%%%#+==-==++*####*##-
|
||||
=%%%%%%%#=: .-+**#***.
|
||||
*%%%%%%#- ++*#**.
|
||||
+%%%%%%+ -*+#**
|
||||
:%%%%%%* .*+**=
|
||||
*%%%%%%: --#*#
|
||||
%%%%%%% +++#.
|
||||
%%%%%%%. ++=*.
|
||||
*%%%%%%+ .-+*+
|
||||
:%%%%%%%- -:*+:
|
||||
=%%%%%%%*. :.*+-
|
||||
+%%%%%%%%*- :*=-
|
||||
=%%%%%%%%%%#+=: =+=:
|
||||
.+%%%%%%%%%%%%%. .-==:
|
||||
.=#%%%%%%%%%%= ..:--:.
|
||||
.-+#%%%%%+
|
||||
EOF
|
||||
;;
|
||||
|
||||
"EuroLinux"*)
|
||||
set_colors 4 7
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
|
|
Loading…
Add table
Reference in a new issue