Merge pull request #699 from obrevenge/master

added obrevenge and archlabs ascii art for compatiblity for both new distros
This commit is contained in:
Dylan Araps 2017-04-25 12:38:03 +10:00 committed by GitHub
commit e021d30d1e
3 changed files with 46 additions and 0 deletions

18
ascii/distro/archlabs Normal file
View file

@ -0,0 +1,18 @@
"${c1}sy
h--d
d---:
:----/N
:------/N
N/----:---+
N/---+/ :--:o
N/--:/ ::::s
+--- ::::s
N+---+ ::::s
N+----o +:o s::::s
N/----:: s:::s h:::::s
N/----:::y::::+ o::::::o
N/---::::::::::s d::::::::+N
/--::::::::::::dd::::::::::+N
:-:::/+syhd NNN N dhys+/:::/
d::+ydN /s+/d
hsd y\\."

18
ascii/distro/obrevenge Normal file
View file

@ -0,0 +1,18 @@
" ${c1}__ __
_@@@@ @@@g_
_@@@@@@ @@@@@@
_@@@@@@M W@@@@@@_
j@@@@P ^W@@@@
@@@@L____ _____Q@@@@
Q@@@@@@@@@@j@@@@@@@@@@
@@@@@ T@j@ T@@@@@
@@@@@ ___Q@J@ _@@@@@
@@@@@fMMM@@j@jggg@@@@@@
@@@@@ j@j@^MW@P @@@@
Q@@@@@ggg@@f@ @@@@@@L
^@@@@WWMMP ^ Q@@@@
@@@@@_ _@@@@l
W@@@@@g_____g@@@@@P
@@@@@@@@@@@@@@@@l
^W@@@@@@@@@@@P
^TMMMMTll"

View file

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