Ascii: Fix ascii art
This commit is contained in:
parent
e021d30d1e
commit
36203d1919
3 changed files with 41 additions and 41 deletions
|
@ -1,4 +1,4 @@
|
|||
"${c1}sy
|
||||
${c1} sy
|
||||
h--d
|
||||
d---:
|
||||
:----/N
|
||||
|
@ -15,4 +15,4 @@
|
|||
/--::::::::::::dd::::::::::+N
|
||||
:-:::/+syhd NNN N dhys+/:::/
|
||||
d::+ydN /s+/d
|
||||
hsd y\\."
|
||||
hsd y\\.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
" ${c1}__ __
|
||||
${c1} __ __
|
||||
_@@@@ @@@g_
|
||||
_@@@@@@ @@@@@@
|
||||
_@@@@@@M W@@@@@@_
|
||||
|
@ -15,4 +15,4 @@
|
|||
W@@@@@g_____g@@@@@P
|
||||
@@@@@@@@@@@@@@@@l
|
||||
^W@@@@@@@@@@@P
|
||||
^TMMMMTll"
|
||||
^TMMMMTll
|
||||
|
|
10
neofetch
10
neofetch
|
@ -2831,16 +2831,16 @@ get_distro_colors() {
|
|||
ascii_file="archbox"
|
||||
;;
|
||||
|
||||
"Arch"*)
|
||||
set_colors 6 6 7 1
|
||||
ascii_file="arch"
|
||||
;;
|
||||
|
||||
"ARCHlabs"*)
|
||||
set_colors 6 6 7 1
|
||||
ascii_file="archlabs"
|
||||
;;
|
||||
|
||||
"Arch"*)
|
||||
set_colors 6 6 7 1
|
||||
ascii_file="arch"
|
||||
;;
|
||||
|
||||
"Bitrig"*)
|
||||
set_colors 2 7
|
||||
ascii_file="bitrig"
|
||||
|
|
Loading…
Reference in a new issue