Ascii: Fix ascii art
This commit is contained in:
parent
e021d30d1e
commit
36203d1919
|
@ -1,18 +1,18 @@
|
||||||
"${c1}sy
|
${c1} sy
|
||||||
h--d
|
h--d
|
||||||
d---:
|
d---:
|
||||||
:----/N
|
:----/N
|
||||||
:------/N
|
:------/N
|
||||||
N/----:---+
|
N/----:---+
|
||||||
N/---+/ :--:o
|
N/---+/ :--:o
|
||||||
N/--:/ ::::s
|
N/--:/ ::::s
|
||||||
+--- ::::s
|
+--- ::::s
|
||||||
N+---+ ::::s
|
N+---+ ::::s
|
||||||
N+----o +:o s::::s
|
N+----o +:o s::::s
|
||||||
N/----:: s:::s h:::::s
|
N/----:: s:::s h:::::s
|
||||||
N/----:::y::::+ o::::::o
|
N/----:::y::::+ o::::::o
|
||||||
N/---::::::::::s d::::::::+N
|
N/---::::::::::s d::::::::+N
|
||||||
/--::::::::::::dd::::::::::+N
|
/--::::::::::::dd::::::::::+N
|
||||||
:-:::/+syhd NNN N dhys+/:::/
|
:-:::/+syhd NNN N dhys+/:::/
|
||||||
d::+ydN /s+/d
|
d::+ydN /s+/d
|
||||||
hsd y\\."
|
hsd y\\.
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
" ${c1}__ __
|
${c1} __ __
|
||||||
_@@@@ @@@g_
|
_@@@@ @@@g_
|
||||||
_@@@@@@ @@@@@@
|
_@@@@@@ @@@@@@
|
||||||
_@@@@@@M W@@@@@@_
|
_@@@@@@M W@@@@@@_
|
||||||
j@@@@P ^W@@@@
|
j@@@@P ^W@@@@
|
||||||
@@@@L____ _____Q@@@@
|
@@@@L____ _____Q@@@@
|
||||||
Q@@@@@@@@@@j@@@@@@@@@@
|
Q@@@@@@@@@@j@@@@@@@@@@
|
||||||
@@@@@ T@j@ T@@@@@
|
@@@@@ T@j@ T@@@@@
|
||||||
@@@@@ ___Q@J@ _@@@@@
|
@@@@@ ___Q@J@ _@@@@@
|
||||||
@@@@@fMMM@@j@jggg@@@@@@
|
@@@@@fMMM@@j@jggg@@@@@@
|
||||||
@@@@@ j@j@^MW@P @@@@
|
@@@@@ j@j@^MW@P @@@@
|
||||||
Q@@@@@ggg@@f@ @@@@@@L
|
Q@@@@@ggg@@f@ @@@@@@L
|
||||||
^@@@@WWMMP ^ Q@@@@
|
^@@@@WWMMP ^ Q@@@@
|
||||||
@@@@@_ _@@@@l
|
@@@@@_ _@@@@l
|
||||||
W@@@@@g_____g@@@@@P
|
W@@@@@g_____g@@@@@P
|
||||||
@@@@@@@@@@@@@@@@l
|
@@@@@@@@@@@@@@@@l
|
||||||
^W@@@@@@@@@@@P
|
^W@@@@@@@@@@@P
|
||||||
^TMMMMTll"
|
^TMMMMTll
|
||||||
|
|
10
neofetch
10
neofetch
|
@ -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"
|
||||||
|
|
Reference in New Issue