Skip to content

Commit 78397b2

Browse files
[PR] dylanaraps/neofetch#1971 from minmemory - Add Virtuozzo Linux Logo
Upstream PR: dylanaraps/neofetch#1971 Thanks to @minmemory Co-authored-by: Yvonne Lu <minmemory@users.noreply.github.com>
2 parents 6357e89 + 201dc17 commit 78397b2

File tree

1 file changed

+71
-44
lines changed

1 file changed

+71
-44
lines changed

neofetch

+71-44
Original file line numberDiff line numberDiff line change
@@ -1100,6 +1100,9 @@ get_distro() {
11001100
# by the shell since the values aren't quoted.
11011101
elif [[ -f /etc/lsb-release && $(< /etc/lsb-release) == *CHROMEOS* ]]; then
11021102
distro='Chrome OS'
1103+
1104+
elif [[ -f /etc/vzlinux-release ]]; then
1105+
distro='VzLinux'
11031106

11041107
elif type -p guix >/dev/null; then
11051108
case $distro_shorthand in
@@ -6016,16 +6019,16 @@ ${c1}+++++.:++++++++++ ++++++++++:.+++++
60166019
${c1}+++++. .+++++++++ +++++++++. .+++++
60176020
${c1}+++++: ++++++++ ++++++++ :+++++
60186021
${c1}++++++- =+++++++ +++++++= -++++++
6019-
${c1} :+++++= =+++++++ +++++++= =+++++:
6020-
${c1} :+++= =+++++++ +++++++= =+++:
6021-
${c1} -+= =+++++++ +++++++= ++-
6022-
${c1} : =++++++- -++++++= :
6023-
${c1} =++++- -++++=
6024-
${c1} =++= =++=
6025-
${c1} =++ ++=
6026-
${c1} =+. .+=
6027-
${c1} =- -=
6028-
${c1} : :
6022+
${c1} :+++++= =+++++++ +++++++= =+++++:
6023+
${c1} :+++= =+++++++ +++++++= =+++:
6024+
${c1} -+= =+++++++ +++++++= ++-
6025+
${c1} : =++++++- -++++++= :
6026+
${c1} =++++- -++++=
6027+
${c1} =++= =++=
6028+
${c1} =++ ++=
6029+
${c1} =+. .+=
6030+
${c1} =- -=
6031+
${c1} : :
60296032
EOF
60306033
;;
60316034

@@ -11813,39 +11816,37 @@ EOF
1181311816
;;
1181411817
"parch"* | "Parch"* | "PARCH"*)
1181511818
set_colors 4 6
11816-
read -rd '' ascii_data <<'EOF'
11817-
11818-
11819-
${c1} ,#/*%*
11820-
${c1} #. ..,..,*,,
11821-
${c1} ,/,,... ,. (/ ...
11822-
${c1} ,/,........ .,. ./(/%/ .* #*
11823-
${c1} .**,..... ...,%&. .,
11824-
${c1} ,%,.... ., ,
11825-
${c1} ,&,... .,, &. .
11826-
${c1} (%,... ..,& *.
11827-
${c1} *&*..... &,,,,,,,#& ..,&/ *. /
11828-
${c1} *&*,..... &***%&&**,& ...,&* / /
11829-
${c1} *&,.... &,**,,,**,# ..,&/ .
11830-
${c1} (/,... &***%%%(, ..,%( #
11831-
${c1} %*... #,,,% ..*% . *
11832-
${c1} %,.. .,% . /
11833-
${c1} %,. ..,,. .%
11834-
${c1} /,. ${c1} ..# .%
11835-
${c1} .,. ${c2} @@@@@# ${c1} ./ ./.
11836-
${c1} ,.. ${c2} #&%.%%@ ${c1} .#%&*
11837-
${c1} .,.. ${c2} @//(*(@, ${c1} ..
11838-
${c1} ,.. ${c2} #@ /@@, ${c1}
11839-
${c1} ... ${c2} &@ @@@ ${c1}
11840-
${c1} ,,. ${c2} (# .@@#, ${c1} ,
11841-
${c1} /,.. ${c2} *****@% #****/ ${c1} .
11842-
${c1} ((*....${c2} /***% %*** ${c1} .,.*
11843-
${c1} /&&&**,.., ${c2}* **,*,,. ${c1} ...,(&%*
11844-
${c1} %&&&#*(**,,,,,,,,,,,,,,,*//(&&&&#
11845-
${c1} /, .,....... .,,***/(/,,/
11846-
${c1} ./*/#*,,***,,***///(#%%*.
11847-
11848-
11819+
read -rd '' ascii_data <<'EOF'
11820+
11821+
${c1} ,#/*%*
11822+
${c1} #. ..,..,*,,
11823+
${c1} ,/,,... ,. (/ ...
11824+
${c1} ,/,........ .,. ./(/%/ .* #*
11825+
${c1} .**,..... ...,%&. .,
11826+
${c1} ,%,.... ., ,
11827+
${c1} ,&,... .,, &. .
11828+
${c1} (%,... ..,& *.
11829+
${c1} *&*..... &,,,,,,,#& ..,&/ *. /
11830+
${c1} *&*,..... &***%&&**,& ...,&* / /
11831+
${c1} *&,.... &,**,,,**,# ..,&/ .
11832+
${c1} (/,... &***%%%(, ..,%( #
11833+
${c1} %*... #,,,% ..*% . *
11834+
${c1} %,.. .,% . /
11835+
${c1} %,. ..,,. .%
11836+
${c1} /,. ${c1} ..# .%
11837+
${c1} .,. ${c2} @@@@@# ${c1} ./ ./.
11838+
${c1} ,.. ${c2} #&%.%%@ ${c1} .#%&*
11839+
${c1} .,.. ${c2} @//(*(@, ${c1} ..
11840+
${c1} ,.. ${c2} #@ /@@, ${c1}
11841+
${c1} ... ${c2} &@ @@@ ${c1}
11842+
${c1} ,,. ${c2} (# .@@#, ${c1} ,
11843+
${c1} /,.. ${c2} *****@% #****/ ${c1} .
11844+
${c1} ((*....${c2} /***% %*** ${c1} .,.*
11845+
${c1} /&&&**,.., ${c2}* **,*,,. ${c1} ...,(&%*
11846+
${c1} %&&&#*(**,,,,,,,,,,,,,,,*//(&&&&#
11847+
${c1} /, .,....... .,,***/(/,,/
11848+
${c1} ./*/#*,,***,,***///(#%%*.
11849+
1184911850
EOF
1185011851
;;
1185111852

@@ -12178,7 +12179,7 @@ oss${c2}yNMMMNyMMh${c1}sssssssssssssshmmmh${c1}ssssssso
1217812179
.-\+oossssoo+/-.
1217912180
EOF
1218012181
;;
12181-
12182+
1218212183
"Ubuntu"*)
1218312184
set_colors 1
1218412185
read -rd '' ascii_data <<'EOF'
@@ -12429,6 +12430,32 @@ EOF
1242912430

1243012431
;;
1243112432

12433+
"VzLinux"*)
12434+
set_colors 1 7 3
12435+
read -rd '' ascii_data <<'EOF'
12436+
${c2} ${c1}.::::::::.${c2}
12437+
`/////` ${c1}:zzzzzzzz${c2} ://///-
12438+
VVVVVu` ${c1}-zzz`${c2} /VVVVV.
12439+
`dVVVVV ${c1}.zzz`${c2} :VVVVV:
12440+
`VVVVVo ${c1}zzz${c2} -VVVVV/
12441+
.VVVVV\ ${c1}zzz/${c2} .VVVVV+
12442+
-VVVVV: ${c1}zzzzzzzzz${c2} .dVVVVs
12443+
\VVVVV- ${c1}`````````${c2} VVVVVV
12444+
+VVVVV. sVVVVu`
12445+
oVVVVd` +VVVVd`
12446+
VVVVVV /VVVVV.
12447+
`uVVVVs -VVVVV-
12448+
`dVVVV+ .VVVVV/
12449+
.VVVVV\ `dVVVV+
12450+
-VVVVV-`uVVVVo
12451+
:VVVVVVVVVVV
12452+
\VVVVVVVVu
12453+
oVVVVVVd`
12454+
sVVVVV.
12455+
----.
12456+
EOF
12457+
;;
12458+
1243212459
"yiffOS"*)
1243312460
set_colors 93 92
1243412461
read -rd '' ascii_data <<'EOF'

0 commit comments

Comments
 (0)