[PR] dylanaraps/neofetch#2011 from Rage-Security - Add FusionX
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2011 Thanks to @Rage-Security Co-authored-by: radium <ragesec8@protonmail.com>
This commit is contained in:
commit
55b9efe916
2 changed files with 27 additions and 3 deletions
28
neofetch
28
neofetch
|
@ -789,7 +789,7 @@ image_source="auto"
|
|||
# Container_Linux, Crystal Linux, CRUX, Cucumber, dahlia, Debian, Deepin,
|
||||
# DesaOS, Devuan, DracOS, DarkOs, Itc, DragonFly, Drauger, Elementary,
|
||||
# EndeavourOS, EncryptOS, Endless, EuroLinux, Exherbo, Fedora, Feren, Finnix, FreeBSD,
|
||||
# FreeMiNT, Frugalware, Funtoo, GalliumOS, Garuda, Gentoo, Pentoo,
|
||||
# FreeMiNT, Frugalware, Funtoo, FusionX, GalliumOS, Garuda, Gentoo, Pentoo,
|
||||
# gNewSense, GNOME, GNU, GoboLinux, GrapheneOS, Grombyang, Guix, Haiku, Huayra,
|
||||
# HydroOS, Hyperbola, iglunix, janus, Kali, KaOS, KDE_neon, Kibojoe, Kogaion, Korora,
|
||||
# KSLinux, Kubuntu, LEDE, LaxerOS, LibreELEC, LFS, Linux_Lite, LMDE,
|
||||
|
@ -5254,7 +5254,7 @@ ASCII:
|
|||
Crystal Linux, CRUX, Cucumber, CutefishOS, dahlia, Debian, Deepin, DesaOS, Devuan,
|
||||
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,
|
||||
Funtoo, FusionX, GalliumOS, Garuda, Gentoo, Pentoo, gNewSense, GNOME, GNU,
|
||||
GoboLinux, GrapheneOS, Grombyang, Guix, Haiku, Huayra, Hyperbola, iglunix, janus, Kali,
|
||||
KaOS, KDE_neon, Kibojoe, Kogaion, Korora, KSLinux, Kubuntu, LEDE,
|
||||
LaxerOS, LibreELEC, LFS, Linux_Lite, LMDE, Lubuntu, Lunar, macos,
|
||||
|
@ -7860,6 +7860,30 @@ xXXXXXX, cXXXNNNXXXXNNXXXXXXXXNNNNKOOK; d0O .k
|
|||
EOF
|
||||
;;
|
||||
|
||||
"FusionX"*)
|
||||
set_colors 4 4 7
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
${c2}
|
||||
.
|
||||
kXNNX
|
||||
0XXXXXNNk
|
||||
XXXXXXXXXNK
|
||||
.XXXXXXXXXXXNx
|
||||
xXNW. 'XXXXXXXXXX.
|
||||
'XXXXXNW0 ;XXXXXX
|
||||
kXXXXXXXXXNW.${c3} MW.
|
||||
${c2}0XXXXXXXXXXX.${c3}cXXXX;
|
||||
${c2}lXXXXXXXXXd ${c3} ol .
|
||||
${c2}.XXXXXk ONXXNW:
|
||||
.K OXXXXXXNWK
|
||||
0XXXXXXXXXXNW.
|
||||
KXXXXXXXXXXc
|
||||
KXXXXXXXX
|
||||
KXXXd
|
||||
.
|
||||
EOF
|
||||
;;
|
||||
|
||||
"GalliumOS"*)
|
||||
set_colors 4 7 1
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
|
|
|
@ -310,7 +310,7 @@ Chapeau, Chrom*, Cleanjaro, ClearOS, Clear_Linux, Clover, Condres,
|
|||
Container_Linux, CRUX, Cucumber, dahlia, Debian, Deepin, DesaOS,
|
||||
Devuan, DracOS, DarkOs, Itc, DragonFly, Drauger, Elementary,
|
||||
EndeavourOS, Endless, EuroLinux, Exherbo, Fedora, Feren, Finnix, FreeBSD,
|
||||
FreeMiNT, Frugalware, Funtoo, GalliumOS, Garuda, Gentoo, Pentoo,
|
||||
FreeMiNT, Frugalware, Funtoo, FusionX, GalliumOS, Garuda, Gentoo, Pentoo,
|
||||
gNewSense, GNOME, GNU, GoboLinux, GrapheneOS, Grombyang, Guix, Haiku, Huayra,
|
||||
HydroOS, Hyperbola, janus, Kali, KaOS, KDE_neon, Kibojoe, Kogaion, Korora,
|
||||
KSLinux, Kubuntu, LEDE, LaxerOS, LibreELEC, LFS, Linux_Lite, LMDE,
|
||||
|
|
Loading…
Reference in a new issue