ASCII: Added small Alpine Linux
This commit is contained in:
parent
a0b6dee1aa
commit
601b64c692
|
@ -0,0 +1,6 @@
|
||||||
|
${c1} /\\ /\\
|
||||||
|
/${c2}/ ${c1}\\ \\
|
||||||
|
/${c2}/ ${c1}\\ \\
|
||||||
|
/${c2}// ${c1}\\ \\
|
||||||
|
${c2}// ${c1}\\ \\
|
||||||
|
\\
|
6
neofetch
6
neofetch
|
@ -2498,11 +2498,17 @@ get_distro_colors() {
|
||||||
#
|
#
|
||||||
# $ascii_distro is the same as $distro.
|
# $ascii_distro is the same as $distro.
|
||||||
case "$ascii_distro" in
|
case "$ascii_distro" in
|
||||||
|
"alpine_small")
|
||||||
|
set_colors 4 7
|
||||||
|
ascii_file="alpine_small"
|
||||||
|
;;
|
||||||
|
|
||||||
"Alpine"*)
|
"Alpine"*)
|
||||||
set_colors 4 5 7 6
|
set_colors 4 5 7 6
|
||||||
ascii_file="alpine"
|
ascii_file="alpine"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
||||||
"Android"*)
|
"Android"*)
|
||||||
set_colors 2 7
|
set_colors 2 7
|
||||||
ascii_file="android"
|
ascii_file="android"
|
||||||
|
|
Reference in New Issue