OS: Added support for ArchMerge. Closes #907

This commit is contained in:
Dylan Araps 2018-02-06 12:29:02 +11:00
parent a2f44749af
commit 877a975a32
2 changed files with 25 additions and 0 deletions

20
ascii/distro/archmerge Normal file
View File

@ -0,0 +1,20 @@
${c1} y:
sMN-
+MMMm`
/MMMMMd`
:NMMMMMMy
-NMMMMMMMMs
.NMMMMMMMMMM+
.mMMMMMMMMMMMM+
oNMMMMMMMMMMMMM+
`+:-+NMMMMMMMMMMMM+
.sNMNhNMMMMMMMMMMMM/
`hho/sNMMMMMMMMMMMMMMM/
`.`omMMmMMMMMMMMMMMMMMMM+
.mMNdshMMMMd+::oNMMMMMMMMMo
.mMMMMMMMMM+ `yMMMMMMMMMs
.NMMMMMMMMM/ yMMMMMMMMMy
-NMMMMMMMMMh `mNMMMMMMMMd`
/NMMMNds+:.` `-/oymMMMm.
+Mmy/. `:smN:
/+. -o.

View File

@ -3354,6 +3354,11 @@ get_distro_colors() {
ascii_file="arch_xferience"
;;
"ArchMerge"*)
set_colors 6 6 7 1
ascii_file="archmerge"
;;
"Arch"*)
set_colors 6 6 7 1
ascii_file="arch"