OS: Added support for ArchBox. Closes #634

This commit is contained in:
Dylan Araps
2017-01-25 10:36:17 +11:00
parent 45a9ac3e84
commit 4064f4340b
2 changed files with 24 additions and 0 deletions

View File

@@ -2677,6 +2677,11 @@ get_distro_colors() {
ascii_file="arch_old"
;;
"ArchBox"*)
set_colors 2 7 1
ascii_file="archbox"
;;
"Arch"*)
set_colors 4 4 7 1
ascii_file="arch"