[PR] dylanaraps/neofetch#1971 from minmemory - Add Virtuozzo Linux Logo

Upstream PR: https://github.com/dylanaraps/neofetch/pull/1971
Thanks to @minmemory

Co-authored-by: Yvonne Lu <minmemory@users.noreply.github.com>
This commit is contained in:
Azalea (on HyDEV-Daisy) 2022-08-11 15:33:58 -04:00
commit 78397b27a2

View file

@ -1101,6 +1101,9 @@ get_distro() {
elif [[ -f /etc/lsb-release && $(< /etc/lsb-release) == *CHROMEOS* ]]; then elif [[ -f /etc/lsb-release && $(< /etc/lsb-release) == *CHROMEOS* ]]; then
distro='Chrome OS' distro='Chrome OS'
elif [[ -f /etc/vzlinux-release ]]; then
distro='VzLinux'
elif type -p guix >/dev/null; then elif type -p guix >/dev/null; then
case $distro_shorthand in case $distro_shorthand in
on|tiny) distro="Guix System" ;; on|tiny) distro="Guix System" ;;
@ -11815,7 +11818,6 @@ EOF
set_colors 4 6 set_colors 4 6
read -rd '' ascii_data <<'EOF' read -rd '' ascii_data <<'EOF'
${c1} ,#/*%* ${c1} ,#/*%*
${c1} #. ..,..,*,, ${c1} #. ..,..,*,,
${c1} ,/,,... ,. (/ ... ${c1} ,/,,... ,. (/ ...
@ -11845,7 +11847,6 @@ ${c1} .,.. ${c2} @//(*(@, ${c1} ..
${c1} /, .,....... .,,***/(/,,/ ${c1} /, .,....... .,,***/(/,,/
${c1} ./*/#*,,***,,***///(#%%*. ${c1} ./*/#*,,***,,***///(#%%*.
EOF EOF
;; ;;
@ -12429,6 +12430,32 @@ EOF
;; ;;
"VzLinux"*)
set_colors 1 7 3
read -rd '' ascii_data <<'EOF'
${c2} ${c1}.::::::::.${c2}
`/////` ${c1}:zzzzzzzz${c2} ://///-
VVVVVu` ${c1}-zzz`${c2} /VVVVV.
`dVVVVV ${c1}.zzz`${c2} :VVVVV:
`VVVVVo ${c1}zzz${c2} -VVVVV/
.VVVVV\ ${c1}zzz/${c2} .VVVVV+
-VVVVV: ${c1}zzzzzzzzz${c2} .dVVVVs
\VVVVV- ${c1}`````````${c2} VVVVVV
+VVVVV. sVVVVu`
oVVVVd` +VVVVd`
VVVVVV /VVVVV.
`uVVVVs -VVVVV-
`dVVVV+ .VVVVV/
.VVVVV\ `dVVVV+
-VVVVV-`uVVVVo
:VVVVVVVVVVV
\VVVVVVVVu
oVVVVVVd`
sVVVVV.
----.
EOF
;;
"yiffOS"*) "yiffOS"*)
set_colors 93 92 set_colors 93 92
read -rd '' ascii_data <<'EOF' read -rd '' ascii_data <<'EOF'