Skip to content

Commit 62dbb4a

Browse files
[PR] dylanaraps/neofetch#1957 from Thanatermesis - added Elive Linux brand
Upstream PR: dylanaraps/neofetch#1957 Thanks to @Thanatermesis Co-authored-by: Thanatermesis <[email protected]>
2 parents 497caf0 + 6cddcd3 commit 62dbb4a

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

neofetch

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ image_source="auto"
787787
# Bodhi, bonsai, BSD, BunsenLabs, \"Cachy OS\", Calculate, Carbs, CentOS, CenterOS, Chakra, ChaletOS,
788788
# Chapeau, Chrom*, Cleanjaro, ClearOS, Clear_Linux, Clover, Condres,
789789
# Container_Linux, Crystal Linux, CRUX, Cucumber, dahlia, Debian, Deepin,
790-
# DesaOS, Devuan, DracOS, DarkOs, Itc, DragonFly, Drauger, Elementary,
790+
# DesaOS, Devuan, DracOS, DarkOs, Itc, DragonFly, Drauger, Elementary, Elive,
791791
# EndeavourOS, EncryptOS, Endless, EuroLinux, Exherbo, Fedora, Feren, Finnix, FreeBSD,
792792
# FreeMiNT, Frugalware, Funtoo, FusionX, GalliumOS, Garuda, Gentoo, Pentoo,
793793
# Glaucus, gNewSense, GNOME, GNU, GoboLinux, GrapheneOS, Grombyang, Guix, Haiku, Huayra,
@@ -5279,7 +5279,7 @@ ASCII:
52795279
Calculate, Carbs, CentOS, Chakra, ChaletOS, Chapeau, Chrom,
52805280
Cleanjaro, ClearOS, Clear_Linux, Clover, Condres, Container_Linux,
52815281
Crystal Linux, CRUX, Cucumber, CutefishOS, dahlia, Debian, Deepin, DesaOS, Devuan,
5282-
DracOS, DarkOs, Itc, DragonFly, Drauger, Elementary, EndeavourOS, EncryptOS, Endless,
5282+
DracOS, DarkOs, Itc, DragonFly, Drauger, Elementary, Elive, EndeavourOS, EncryptOS, Endless,
52835283
EuroLinux, Exherbo, Fedora, Feren, Finnix, FreeBSD, FreeMiNT, Frugalware,
52845284
Funtoo, FusionX, GalliumOS, Garuda, Gentoo, Pentoo, Glaucus, gNewSense, GNOME, GNU,
52855285
GoboLinux, GrapheneOS, Grombyang, Guix, Haiku, Huayra, Hyperbola, iglunix, janus, Kali,
@@ -7584,6 +7584,30 @@ eee eeeeeeeeee eeeeee eee
75847584
EOF
75857585
;;
75867586

7587+
"Elive"*)
7588+
set_colors 7 6 6
7589+
read -rd '' ascii_data <<'EOF'
7590+
${c1}
7591+
*@${c2},,&(%%%..%*.
7592+
${c1}(@${c2}&%/##############((/${c1}*,
7593+
${c2}@${c1}@&${c2}#########${c1}*..../${c2}########%${c1}*..
7594+
${c2}@${c1}&${c2}#%%%%%. ${c3},.${c1},${c2}%%%%%%.
7595+
/%${c2}(%%%%. ${c1}(${c2}%%%%#.
7596+
/${c1}*${c2}%%##,. .,%%###,
7597+
,####. ,${c1}*${c2}#%${c1}#${c3}/,(/ ${c2}/${c1}#${c2}###,
7598+
((###/ ,,##########${c1}(${c3}/(# ${c2}%####,
7599+
%#(((${c1}. .${c1}./${c2}((((((((((((((${c1}(${c2}#/${c3}*.. ${c3}*.${c2}(((${c1}/
7600+
${c2}%#///${c1}. ${c3}***${c2}.*/////////////
7601+
${c3}#${c2}#////* ${c3}***${c2}.*/////.
7602+
${c3}(${c2}(***** ${c3}***
7603+
${c2},*****..
7604+
..${c1}*${c2}*****.. *${c1}%${c2}/****.
7605+
.,,*******,${c3},,../##(${c2}%&${c1}&${c2}#******${c1},${c2}.
7606+
,*${c1},${c2},,,,,,,,,,,,,,,,,,,${c1},${c2}..
7607+
*//${c1}/,,${c2},,,,,,,${c1},..${c2}
7608+
EOF
7609+
;;
7610+
75877611
"EndeavourOS"*)
75887612
set_colors 1 5 4
75897613
read -rd '' ascii_data <<'EOF'

0 commit comments

Comments
 (0)