From 601b64c69252e7df8fdd6ccf7f9fb305145d92b8 Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Fri, 6 Jan 2017 18:50:05 +0700 Subject: [PATCH] ASCII: Added small Alpine Linux --- ascii/distro/alpine_small | 6 ++++++ neofetch | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 ascii/distro/alpine_small diff --git a/ascii/distro/alpine_small b/ascii/distro/alpine_small new file mode 100644 index 00000000..9949011c --- /dev/null +++ b/ascii/distro/alpine_small @@ -0,0 +1,6 @@ +${c1} /\\ /\\ + /${c2}/ ${c1}\\ \\ + /${c2}/ ${c1}\\ \\ +/${c2}// ${c1}\\ \\ +${c2}// ${c1}\\ \\ + \\ diff --git a/neofetch b/neofetch index 0dd96f3c..e6ac8c40 100755 --- a/neofetch +++ b/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"