Skip to content

Commit

Permalink
[PR] dylanaraps/neofetch#1957 from Thanatermesis - added Elive Linux …
Browse files Browse the repository at this point in the history
…brand

Upstream PR: dylanaraps/neofetch#1957
Thanks to @Thanatermesis

Co-authored-by: Thanatermesis <[email protected]>
  • Loading branch information
hykilpikonna and Thanatermesis committed Jul 31, 2022
2 parents 497caf0 + 6cddcd3 commit 62dbb4a
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ image_source="auto"
# Bodhi, bonsai, BSD, BunsenLabs, \"Cachy OS\", Calculate, Carbs, CentOS, CenterOS, 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,
# DesaOS, Devuan, DracOS, DarkOs, Itc, DragonFly, Drauger, Elementary, Elive,
# EndeavourOS, EncryptOS, Endless, EuroLinux, Exherbo, Fedora, Feren, Finnix, FreeBSD,
# FreeMiNT, Frugalware, Funtoo, FusionX, GalliumOS, Garuda, Gentoo, Pentoo,
# Glaucus, gNewSense, GNOME, GNU, GoboLinux, GrapheneOS, Grombyang, Guix, Haiku, Huayra,
Expand Down Expand Up @@ -5279,7 +5279,7 @@ ASCII:
Calculate, Carbs, CentOS, Chakra, ChaletOS, Chapeau, Chrom,
Cleanjaro, ClearOS, Clear_Linux, Clover, Condres, Container_Linux,
Crystal Linux, CRUX, Cucumber, CutefishOS, dahlia, Debian, Deepin, DesaOS, Devuan,
DracOS, DarkOs, Itc, DragonFly, Drauger, Elementary, EndeavourOS, EncryptOS, Endless,
DracOS, DarkOs, Itc, DragonFly, Drauger, Elementary, Elive, EndeavourOS, EncryptOS, Endless,
EuroLinux, Exherbo, Fedora, Feren, Finnix, FreeBSD, FreeMiNT, Frugalware,
Funtoo, FusionX, GalliumOS, Garuda, Gentoo, Pentoo, Glaucus, gNewSense, GNOME, GNU,
GoboLinux, GrapheneOS, Grombyang, Guix, Haiku, Huayra, Hyperbola, iglunix, janus, Kali,
Expand Down Expand Up @@ -7584,6 +7584,30 @@ eee eeeeeeeeee eeeeee eee
EOF
;;

"Elive"*)
set_colors 7 6 6
read -rd '' ascii_data <<'EOF'
${c1}
*@${c2},,&(%%%..%*.
${c1}(@${c2}&%/##############((/${c1}*,
${c2}@${c1}@&${c2}#########${c1}*..../${c2}########%${c1}*..
${c2}@${c1}&${c2}#%%%%%. ${c3},.${c1},${c2}%%%%%%.
/%${c2}(%%%%. ${c1}(${c2}%%%%#.
/${c1}*${c2}%%##,. .,%%###,
,####. ,${c1}*${c2}#%${c1}#${c3}/,(/ ${c2}/${c1}#${c2}###,
((###/ ,,##########${c1}(${c3}/(# ${c2}%####,
%#(((${c1}. .${c1}./${c2}((((((((((((((${c1}(${c2}#/${c3}*.. ${c3}*.${c2}(((${c1}/
${c2}%#///${c1}. ${c3}***${c2}.*/////////////
${c3}#${c2}#////* ${c3}***${c2}.*/////.
${c3}(${c2}(***** ${c3}***
${c2},*****..
..${c1}*${c2}*****.. *${c1}%${c2}/****.
.,,*******,${c3},,../##(${c2}%&${c1}&${c2}#******${c1},${c2}.
,*${c1},${c2},,,,,,,,,,,,,,,,,,,${c1},${c2}..
*//${c1}/,,${c2},,,,,,,${c1},..${c2}
EOF
;;

"EndeavourOS"*)
set_colors 1 5 4
read -rd '' ascii_data <<'EOF'
Expand Down

0 comments on commit 62dbb4a

Please sign in to comment.