OS: Added support for magpieOS. Closes #912, #908

This commit is contained in:
Dylan Araps 2018-02-11 08:44:22 +11:00
parent 899a8d7ce5
commit 97660df3b8
2 changed files with 25 additions and 0 deletions

20
ascii/distro/magpieos Normal file
View File

@ -0,0 +1,20 @@
${c1} ;00000 :000Ol
.x00kk00: O0kk00k;
l00: :00. o0k :O0k.
.k0k. x${c2}d$dddd${c1}k' .d00;
k0k. ${c2}.dddddl ${c1}o00,
o00. ${c2}':cc:. ${c1}d0O
.00l ,00.
l00. d0x
k0O .:k0o
O0k ;dO0000d.
k0O .O0O${c2}xxxxk${c1}00:
o00. k0O${c2}dddddd${c1}occ
'00l x0O${c2}dddddo${c3};..${c1}
x00. .x00${c2}kxxd${c3}:..${c1}
.O0x .:oxxx${c4}Okl.${c1}
.x0d ${c4},xx,${c1}
.:o. ${c4}.xd ckd${c1}
.. ${c4}dxl .xx;
:xxolldxd'
;oxdl.

View File

@ -3650,6 +3650,11 @@ get_distro_colors() {
ascii_file="mageia"
;;
"MagpieOS"*)
set_colors 2 1 3 5
ascii_file="magpieos"
;;
"Manjaro"*)
set_colors 2 7
ascii_file="manjaro"