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
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"