mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 01:00:17 +00:00
ASCII: Added small Alpine Linux
This commit is contained in:
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.
|
# $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
Block a user