ASCII: Added small Alpine Linux
This commit is contained in:
parent
a0b6dee1aa
commit
601b64c692
2 changed files with 12 additions and 0 deletions
6
ascii/distro/alpine_small
Normal file
6
ascii/distro/alpine_small
Normal file
|
@ -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.
|
||||
case "$ascii_distro" in
|
||||
"alpine_small")
|
||||
set_colors 4 7
|
||||
ascii_file="alpine_small"
|
||||
;;
|
||||
|
||||
"Alpine"*)
|
||||
set_colors 4 5 7 6
|
||||
ascii_file="alpine"
|
||||
;;
|
||||
|
||||
|
||||
"Android"*)
|
||||
set_colors 2 7
|
||||
ascii_file="android"
|
||||
|
|
Loading…
Reference in a new issue