From ab1f72e42984a1043eddeec30c98e54473d811f3 Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Sat, 22 Jul 2017 21:20:33 +0700 Subject: [PATCH] ASCII: Add debian_small --- ascii/distro/debian_small | 6 ++++++ neofetch | 5 +++++ 2 files changed, 11 insertions(+) create mode 100644 ascii/distro/debian_small diff --git a/ascii/distro/debian_small b/ascii/distro/debian_small new file mode 100644 index 00000000..64cbb56c --- /dev/null +++ b/ascii/distro/debian_small @@ -0,0 +1,6 @@ + ${c1}_____ + / __ \\ +| / | +| \\___- +-_ + --_ diff --git a/neofetch b/neofetch index cb6d79af..60f091d1 100755 --- a/neofetch +++ b/neofetch @@ -3022,6 +3022,11 @@ get_distro_colors() { ascii_file="crux" ;; + "debian_small") + set_colors 1 7 3 + ascii_file="debian_small" + ;; + "Debian"*) set_colors 1 7 3 ascii_file="debian"