Merge pull request #717 from mstraube/xferience

OS: Add support for Arch XFerience
This commit is contained in:
Dylan Araps 2017-05-09 07:54:08 +10:00 committed by GitHub
commit 8e073a13fa
2 changed files with 24 additions and 0 deletions

View file

@ -2867,6 +2867,11 @@ get_distro_colors() {
ascii_file="archlabs"
;;
*"XFerience"*)
set_colors 6 6 7 1
ascii_file="arch_xferience"
;;
"Arch"*)
set_colors 6 6 7 1
ascii_file="arch"