[PR] dylanaraps/neofetch#2099 from rfinnie - Add Finnix logo
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2099 Thanks to @rfinnie Co-authored-by: Ryan Finnie <ryan@finnie.org>
This commit is contained in:
commit
037bff7968
2 changed files with 26 additions and 3 deletions
27
neofetch
27
neofetch
|
@ -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, Endless, EuroLinux, Exherbo, Fedora, Feren, Finnix, FreeBSD,
|
||||
# FreeMiNT, Frugalware, Funtoo, GalliumOS, Garuda, Gentoo, Pentoo,
|
||||
# gNewSense, GNOME, GNU, GoboLinux, GrapheneOS, Grombyang, Guix, Haiku, Huayra,
|
||||
# HydroOS, Hyperbola, iglunix, janus, Kali, KaOS, KDE_neon, Kibojoe, Kogaion, Korora,
|
||||
|
@ -5196,7 +5196,7 @@ ASCII:
|
|||
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, FreeMiNT, Frugalware,
|
||||
EuroLinux, Exherbo, Fedora, Feren, Finnix, FreeBSD, FreeMiNT, Frugalware,
|
||||
Funtoo, 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,
|
||||
|
@ -7549,6 +7549,29 @@ ${c1} `----------`
|
|||
EOF
|
||||
;;
|
||||
|
||||
"Finnix"*)
|
||||
set_colors 4 7 7
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
${c1} ,,:;;;;:,,
|
||||
,;*%S########S%*;,
|
||||
;?#################S?:
|
||||
:%######################?:
|
||||
+##########################;
|
||||
+############################;
|
||||
:#############.**,#############,
|
||||
*###########+ +###########+
|
||||
?########## ${c3}Finnix${c1} ##########*
|
||||
*###########, ,###########+
|
||||
:#############%..%#############,
|
||||
*############################+
|
||||
*##########################+
|
||||
;S######################%:
|
||||
,+%##################%;
|
||||
:+?S##########S?+:
|
||||
,:;++++;:,
|
||||
EOF
|
||||
;;
|
||||
|
||||
"freebsd_small")
|
||||
set_colors 1 7 3
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
|
|
|
@ -309,7 +309,7 @@ bonsai, BSD, BunsenLabs, Calculate, Carbs, CentOS, Chakra, ChaletOS,
|
|||
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, FreeBSD,
|
||||
EndeavourOS, Endless, EuroLinux, Exherbo, Fedora, Feren, Finnix, FreeBSD,
|
||||
FreeMiNT, Frugalware, Funtoo, GalliumOS, Garuda, Gentoo, Pentoo,
|
||||
gNewSense, GNOME, GNU, GoboLinux, GrapheneOS, Grombyang, Guix, Haiku, Huayra,
|
||||
HydroOS, Hyperbola, janus, Kali, KaOS, KDE_neon, Kibojoe, Kogaion, Korora,
|
||||
|
|
Loading…
Reference in a new issue