Merge pull request #699 from obrevenge/master
added obrevenge and archlabs ascii art for compatiblity for both new distros
This commit is contained in:
commit
e021d30d1e
|
@ -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\\."
|
|
@ -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"
|
10
neofetch
10
neofetch
|
@ -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"
|
||||
|
|
Reference in New Issue