removed whitespace, added ${c1} to archlabs, added both to get_distro_colors()
This commit is contained in:
parent
11c8c289a8
commit
87927bc81b
|
@ -1,6 +1,4 @@
|
|||
"
|
||||
|
||||
sy
|
||||
"${c1}sy
|
||||
h--d
|
||||
d---:
|
||||
:----/N
|
||||
|
@ -17,5 +15,4 @@
|
|||
/--::::::::::::dd::::::::::+N
|
||||
:-:::/+syhd NNN N dhys+/:::/
|
||||
d::+ydN /s+/d
|
||||
hsd y\\.
|
||||
"
|
||||
hsd y\\."
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
" ${c1}
|
||||
__ __
|
||||
" ${c1}__ __
|
||||
_@@@@ @@@g_
|
||||
_@@@@@@ @@@@@@
|
||||
_@@@@@@M W@@@@@@_
|
||||
|
@ -16,6 +15,4 @@
|
|||
W@@@@@g_____g@@@@@P
|
||||
@@@@@@@@@@@@@@@@l
|
||||
^W@@@@@@@@@@@P
|
||||
^TMMMMTll
|
||||
|
||||
"
|
||||
^TMMMMTll"
|
||||
|
|
10
neofetch
10
neofetch
|
@ -2829,6 +2829,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"
|
||||
|
@ -3094,6 +3099,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