Merge 50d0f24a80
into ccd5d9f526
This commit is contained in:
commit
11ec3055ad
1 changed files with 23 additions and 1 deletions
24
neofetch
24
neofetch
|
@ -791,7 +791,7 @@ image_source="auto"
|
|||
# EndeavourOS, Endless, EuroLinux, Exherbo, Fedora, Feren, FreeBSD,
|
||||
# FreeMiNT, Frugalware, Funtoo, GalliumOS, Garuda, Gentoo, Pentoo,
|
||||
# gNewSense, GNOME, GNU, GoboLinux, Grombyang, Guix, Haiku, Huayra, HydroOS
|
||||
# Hyperbola, iglunix, janus, Kali, KaOS, KDE_neon, Kibojoe, Kogaion, Korora,
|
||||
# Hyperbola, Hybrid, iglunix, janus, Kali, KaOS, KDE_neon, Kibojoe, Kogaion, Korora,
|
||||
# KSLinux, Kubuntu, LEDE, LaxerOS, LibreELEC, LFS, Linux_Lite, LMDE,
|
||||
# Lubuntu, Lunar, macos, Mageia, MagpieOS, Mandriva, Manjaro, TeArch, Maui,
|
||||
# Mer, Minix, LinuxMint, Live_Raizo, MX_Linux, Namib, Neptune, NetBSD,
|
||||
|
@ -7964,6 +7964,28 @@ WW W
|
|||
EOF
|
||||
;;
|
||||
|
||||
"Hybrid"*)
|
||||
set_colors 4 12
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
${c1} / ${c2}#
|
||||
${c1}////& ${c2}#####
|
||||
${c1}///// ${c2}######
|
||||
${c1}///// ////////// ${c2}######
|
||||
${c1}///// //////////////////// ${c2}######
|
||||
${c1}////////////////////////// ${c2}######
|
||||
${c1}///////// /// ${c2}######
|
||||
${c1}/////// / ${c2}######
|
||||
${c1}////// ${c2}######
|
||||
${c1}///// ${c2}######
|
||||
${c1}///// ${c2}######
|
||||
${c1}///// ${c2}######
|
||||
${c1}///// ${c2}######
|
||||
${c1}///// ${c2}######
|
||||
${c1}///// ${c2}#########
|
||||
${c1}////& ${c2}########
|
||||
EOF
|
||||
;;
|
||||
|
||||
"iglunix"*|"iglu"*)
|
||||
set_colors 8
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
|
|
Loading…
Add table
Reference in a new issue