Unverified Commit 8eb7944d authored by bgkillas's avatar bgkillas Committed by GitHub

Update neofetch

parent 9911c849
...@@ -4612,17 +4612,18 @@ ASCII: ...@@ -4612,17 +4612,18 @@ 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: Arch and Ubuntu have 'old' logo variants. NOTE: Arch, Ubuntu, Redhat, and Dragonfly have 'old' logo variants.
NOTE: Use 'arch_old' or 'ubuntu_old' to use the old logos. NOTE: Use '{distro name}_old' to use the old logos.
NOTE: Ubuntu has flavor variants. NOTE: Ubuntu has flavor variants.
NOTE: Change this to 'Lubuntu', 'Xubuntu', 'Ubuntu-GNOME', NOTE: Change this to 'Lubuntu', 'Kubuntu', 'Xubuntu', 'Ubuntu-GNOME',
'Ubuntu-Studio' or 'Ubuntu-Budgie' to use the flavors. 'Ubuntu-Studio', 'Ubuntu-Mate' or 'Ubuntu-Budgie' to use the flavors.
NOTE: Alpine, Arch, CRUX, Debian, Gentoo, FreeBSD, Mac, NixOS, NOTE: Arcolinux, Dragonfly, Fedora, Alpine, Arch,
OpenBSD, postmarketOS, and Void have a smaller logo variant. CRUX, Debian, Gentoo, FreeBSD, Mac, NixOS, OpenBSD,
postmarketOS, and Void have a smaller logo variant.
NOTE: Use '{distro name}_small' to use the small variants. NOTE: Use '{distro name}_small' to use the small variants.
...@@ -6215,8 +6216,7 @@ EOF ...@@ -6215,8 +6216,7 @@ EOF
"dragonfly_old"*) "dragonfly_old"*)
set_colors 1 7 3 set_colors 1 7 3
read -rd '' ascii_data <<'EOF' read -rd '' ascii_data <<'EOF'
${c1} | ${c1} .-.
.-.
${c3} ()${c1}I${c3}() ${c3} ()${c1}I${c3}()
${c1} "==.__:-:__.==" ${c1} "==.__:-:__.=="
"==.__/~|~\__.==" "==.__/~|~\__.=="
...@@ -8154,7 +8154,7 @@ ${c1} PPPPPPPPPPPPPP ...@@ -8154,7 +8154,7 @@ ${c1} PPPPPPPPPPPPPP
EOF EOF
;; ;;
"popos_small"*) "popos_small"* | "pop_os_small"*)
set_colors 6 7 set_colors 6 7
read -rd '' ascii_data <<'EOF' read -rd '' ascii_data <<'EOF'
${c1}______ ${c1}______
...@@ -8168,7 +8168,7 @@ ${c1}______ ...@@ -8168,7 +8168,7 @@ ${c1}______
EOF EOF
;; ;;
"Pop!_OS"*) "Pop!_OS"* | "popos"* | "pop_os"*)
set_colors 6 7 set_colors 6 7
read -rd '' ascii_data <<'EOF' read -rd '' ascii_data <<'EOF'
${c1} ///////////// ${c1} /////////////
...@@ -8508,7 +8508,7 @@ RRRR RRRRRRRRRRRRRRRRRRR R RRRR ...@@ -8508,7 +8508,7 @@ RRRR RRRRRRRRRRRRRRRRRRR R RRRR
EOF EOF
;; ;;
"redhat_old") "redhat_old" | "rhel_old"*)
set_colors 1 7 3 set_colors 1 7 3
read -rd '' ascii_data <<'EOF' read -rd '' ascii_data <<'EOF'
${c1} `.-..........` ${c1} `.-..........`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment