Ascii: Fix ascii art

This commit is contained in:
dylan araps 2017-04-25 12:44:41 +10:00
parent e021d30d1e
commit 36203d1919
3 changed files with 41 additions and 41 deletions

View file

@ -1,4 +1,4 @@
"${c1}sy ${c1} sy
h--d h--d
d---: d---:
:----/N :----/N
@ -15,4 +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,4 +1,4 @@
" ${c1}__ __ ${c1} __ __
_@@@@ @@@g_ _@@@@ @@@g_
_@@@@@@ @@@@@@ _@@@@@@ @@@@@@
_@@@@@@M W@@@@@@_ _@@@@@@M W@@@@@@_
@ -15,4 +15,4 @@
W@@@@@g_____g@@@@@P W@@@@@g_____g@@@@@P
@@@@@@@@@@@@@@@@l @@@@@@@@@@@@@@@@l
^W@@@@@@@@@@@P ^W@@@@@@@@@@@P
^TMMMMTll" ^TMMMMTll

View file

@ -2831,16 +2831,16 @@ get_distro_colors() {
ascii_file="archbox" ascii_file="archbox"
;; ;;
"Arch"*)
set_colors 6 6 7 1
ascii_file="arch"
;;
"ARCHlabs"*) "ARCHlabs"*)
set_colors 6 6 7 1 set_colors 6 6 7 1
ascii_file="archlabs" ascii_file="archlabs"
;; ;;
"Arch"*)
set_colors 6 6 7 1
ascii_file="arch"
;;
"Bitrig"*) "Bitrig"*)
set_colors 2 7 set_colors 2 7
ascii_file="bitrig" ascii_file="bitrig"