removed whitespace, added ${c1} to archlabs, added both to get_distro_colors()

This commit is contained in:
obrevenge 2017-04-15 22:00:20 -05:00
parent 11c8c289a8
commit 87927bc81b
3 changed files with 14 additions and 10 deletions

View file

@ -1,6 +1,4 @@
" "${c1}sy
sy
h--d h--d
d---: d---:
:----/N :----/N
@ -17,5 +15,4 @@
/--::::::::::::dd::::::::::+N /--::::::::::::dd::::::::::+N
:-:::/+syhd NNN N dhys+/:::/ :-:::/+syhd NNN N dhys+/:::/
d::+ydN /s+/d d::+ydN /s+/d
hsd y\\. hsd y\\."
"

View file

@ -1,5 +1,4 @@
" ${c1} " ${c1}__ __
__ __
_@@@@ @@@g_ _@@@@ @@@g_
_@@@@@@ @@@@@@ _@@@@@@ @@@@@@
_@@@@@@M W@@@@@@_ _@@@@@@M W@@@@@@_
@ -16,6 +15,4 @@
W@@@@@g_____g@@@@@P W@@@@@g_____g@@@@@P
@@@@@@@@@@@@@@@@l @@@@@@@@@@@@@@@@l
^W@@@@@@@@@@@P ^W@@@@@@@@@@@P
^TMMMMTll ^TMMMMTll"
"

View file

@ -2829,6 +2829,11 @@ get_distro_colors() {
ascii_file="arch" ascii_file="arch"
;; ;;
"ARCHlabs"*)
set_colors 6 6 7 1
ascii_file="archlabs"
;;
"Bitrig"*) "Bitrig"*)
set_colors 2 7 set_colors 2 7
ascii_file="bitrig" ascii_file="bitrig"
@ -3094,6 +3099,11 @@ get_distro_colors() {
ascii_file="nixos" ascii_file="nixos"
;; ;;
"OBRevenge"*)
set_colors 1 7 3
ascii_file="obrevenge"
;;
"openbsd_small") "openbsd_small")
set_colors 3 7 6 1 8 set_colors 3 7 6 1 8
ascii_file="openbsd_small" ascii_file="openbsd_small"