Update neofetch
This commit is contained in:
parent
b9ade82233
commit
9b8a38bc0e
34
neofetch
34
neofetch
|
@ -4652,7 +4652,35 @@ IMAGE BACKEND:
|
||||||
ASCII:
|
ASCII:
|
||||||
--ascii_colors x x x x x x Colors to print the ascii art
|
--ascii_colors x x x x x x Colors to print the ascii art
|
||||||
--ascii_distro distro Which Distro's ascii art to print
|
--ascii_distro distro Which Distro's ascii art to print
|
||||||
|
|
||||||
|
NOTE: AIX, Alpine, Anarchy, Android, Antergos, antiX, AOSC,
|
||||||
|
Apricity, ArcoLinux, ArchBox, ARCHlabs, ArchStrike,
|
||||||
|
XFerience, ArchMerge, Arch, Artix, Arya, Bedrock, Bitrig,
|
||||||
|
BlackArch, BLAG, BlankOn, BlueLight, bonsai, BSD,
|
||||||
|
BunsenLabs, Calculate, Carbs, CentOS, Chakra, ChaletOS,
|
||||||
|
Chapeau, Chrom, Cleanjaro, ClearOS, Clear_Linux, Clover,
|
||||||
|
Condres, Container_Linux, CRUX, Cucumber, Debian, Deepin,
|
||||||
|
DesaOS, Devuan, DracOS, DragonFly, Drauger, Elementary,
|
||||||
|
Endless, EuroLinux, Exherbo, Fedora, Feren, FreeBSD,
|
||||||
|
FreeMiNT, Frugalware, Funtoo, GalliumOS, Gentoo, Pentoo,
|
||||||
|
gNewSense, GNU, GoboLinux, Grombyang, Guix, Haiku, Huayra,
|
||||||
|
Hyperbola, janus, Kali, KaOS, KDE_neon, Kibojoe, Kogaion,
|
||||||
|
Korora, KSLinux, Kubuntu, LEDE, LFS, Linux_Lite,
|
||||||
|
LMDE, Lubuntu, Lunar, macos, Mageia, MagpieOS, Mandriva,
|
||||||
|
Manjaro, Maui, Mer, Minix, LinuxMint, MX_Linux, Namib,
|
||||||
|
Neptune, NetBSD, Netrunner, Nitrux, NixOS, Nurunner,
|
||||||
|
NuTyX, OBRevenge, OpenBSD, OpenIndiana, OpenMandriva,
|
||||||
|
OpenWrt, osmc, Oracle, PacBSD, Parabola, Pardus, Parrot,
|
||||||
|
Parsix, TrueOS, PCLinuxOS, Peppermint, popos, Porteus,
|
||||||
|
PostMarketOS, Proxmox, Puppy, PureOS, Qubes, Radix, Raspbian,
|
||||||
|
Reborn_OS, Redstar, Redcore, Redhat, Refracted_Devuan, Regata,
|
||||||
|
Rosa, sabotage, Sabayon, Sailfish, SalentOS, Scientific, Septor,
|
||||||
|
SharkLinux, Siduction, Slackware, SliTaz, SmartOS, Solus,
|
||||||
|
Source_Mage, Sparky, Star, SteamOS, SunOS, openSUSE_Tumbleweed,
|
||||||
|
openSUSE, SwagArch, Tails, Trisquel, Ubuntu-Budgie, Ubuntu-GNOME,
|
||||||
|
Ubuntu-MATE, Ubuntu-Studio, Ubuntu, Void, Obarun, windows10,
|
||||||
|
Windows7, Xubuntu, and Zorin have ascii logos
|
||||||
|
|
||||||
NOTE: Arch, Ubuntu, Redhat, and Dragonfly have 'old' logo variants.
|
NOTE: Arch, Ubuntu, Redhat, and Dragonfly have 'old' logo variants.
|
||||||
|
|
||||||
NOTE: Use '{distro name}_old' to use the old logos.
|
NOTE: Use '{distro name}_old' to use the old logos.
|
||||||
|
@ -7295,7 +7323,7 @@ ${c5} `._.-._.'
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"mac" | "Darwin")
|
"mac"* | "Darwin")
|
||||||
set_colors 2 3 1 1 5 4
|
set_colors 2 3 1 1 5 4
|
||||||
read -rd '' ascii_data <<'EOF'
|
read -rd '' ascii_data <<'EOF'
|
||||||
${c1} 'c.
|
${c1} 'c.
|
||||||
|
@ -9123,7 +9151,7 @@ ${c1} `- `
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"openSUSE Tumbleweed"*)
|
"openSUSE Tumbleweed"* | "openSUSE_Tumbleweed"*)
|
||||||
set_colors 2 7
|
set_colors 2 7
|
||||||
read -rd '' ascii_data <<'EOF'
|
read -rd '' ascii_data <<'EOF'
|
||||||
${c2} ......
|
${c2} ......
|
||||||
|
|
Reference in New Issue