OS: Add support for Parsix
This commit is contained in:
parent
60bdea15bb
commit
44444ae0cc
2 changed files with 26 additions and 0 deletions
21
ascii/distro/parsix
Normal file
21
ascii/distro/parsix
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
${c2}-/+/:.
|
||||||
|
${c2}.syssssys.
|
||||||
|
${c1}.--. ${c2}ssssssssso${c1} ..--.
|
||||||
|
:++++++: ${c2}+ssssssss+${c1} ./++/+++:
|
||||||
|
/+++++++++.${c2}.yssooooy`${c1}-+///////o-
|
||||||
|
/++++++++++.${c2}+soooos:${c1}:+////////+-
|
||||||
|
:+++++////o-${c2}oooooo-${c1}+/////////-
|
||||||
|
`-/++//++-${c4}.-----.-${c1}:+/////:-
|
||||||
|
${c3}-://::--${c1}-:/:${c4}.--.````.--.${c1}:::-${c3}--::::::.
|
||||||
|
${c3}-/:::::::://:${c4}.:-` `-:${c3}`:/:::::::--/-
|
||||||
|
${c3}/::::::::::/-${c4}--. .-.${c3}-/://///::::/
|
||||||
|
${c3}-/:::::::::/:${c4}`:-. .-:${c3}`:///////////-
|
||||||
|
`${c3}-::::--${c1}.-://.${c4}---....---${c1}`:+/:-${c3}--::::-`
|
||||||
|
${c1}-/+///+o/-${c4}.----.${c1}.:oo+++o+.
|
||||||
|
${c1}-+/////+++o:${c2}syyyyy.${c1}o+++++++++:
|
||||||
|
${c1}.+////+++++-${c2}+sssssy+${c1}.++++++++++\
|
||||||
|
${c1}.+:/++++++.${c2}.yssssssy-${c1}`+++++++++:
|
||||||
|
${c1}:/+++++- ${c2}+sssssssss ${c1}-++++++-
|
||||||
|
${c1}`--` ${c2}+sssssssso ${c1}`--`
|
||||||
|
${c2}+sssssy+`
|
||||||
|
${c2}`.::-`
|
5
neofetch
5
neofetch
|
@ -3285,6 +3285,11 @@ get_distro_colors() {
|
||||||
ascii_file="parrot"
|
ascii_file="parrot"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"Parsix"*)
|
||||||
|
set_colors 3 1 7 8
|
||||||
|
ascii_file="parsix"
|
||||||
|
;;
|
||||||
|
|
||||||
"PCBSD"* | "TrueOS"*)
|
"PCBSD"* | "TrueOS"*)
|
||||||
set_colors 1 7 3
|
set_colors 1 7 3
|
||||||
ascii_file="trueos"
|
ascii_file="trueos"
|
||||||
|
|
Loading…
Reference in a new issue