OS: Added supprot for Artix

This commit is contained in:
Dylan Araps 2017-08-04 12:39:35 +10:00
parent ab3633ab1c
commit 2d328845f7
2 changed files with 25 additions and 0 deletions

View file

@ -2963,6 +2963,11 @@ get_distro_colors() {
ascii_file="arch"
;;
"Artix"*)
set_colors 4 7
ascii_file="artix"
;;
"Arya"*)
set_colors 2 1
ascii_file="arya"