[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:
commit
78397b27a2
1 changed files with 71 additions and 44 deletions
31
neofetch
31
neofetch
|
|
@ -1101,6 +1101,9 @@ get_distro() {
|
|||
elif [[ -f /etc/lsb-release && $(< /etc/lsb-release) == *CHROMEOS* ]]; then
|
||||
distro='Chrome OS'
|
||||
|
||||
elif [[ -f /etc/vzlinux-release ]]; then
|
||||
distro='VzLinux'
|
||||
|
||||
elif type -p guix >/dev/null; then
|
||||
case $distro_shorthand in
|
||||
on|tiny) distro="Guix System" ;;
|
||||
|
|
@ -11815,7 +11818,6 @@ EOF
|
|||
set_colors 4 6
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
|
||||
|
||||
${c1} ,#/*%*
|
||||
${c1} #. ..,..,*,,
|
||||
${c1} ,/,,... ,. (/ ...
|
||||
|
|
@ -11845,7 +11847,6 @@ ${c1} .,.. ${c2} @//(*(@, ${c1} ..
|
|||
${c1} /, .,....... .,,***/(/,,/
|
||||
${c1} ./*/#*,,***,,***///(#%%*.
|
||||
|
||||
|
||||
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"*)
|
||||
set_colors 93 92
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue