From 4fe7225015cae13e70bffbe9960d153c8b4d9928 Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Fri, 6 Jan 2017 19:04:49 +0700 Subject: [PATCH] ASCII: Added small Void Linux --- ascii/distro/void_small | 7 +++++++ neofetch | 5 +++++ 2 files changed, 12 insertions(+) create mode 100644 ascii/distro/void_small diff --git a/ascii/distro/void_small b/ascii/distro/void_small new file mode 100644 index 00000000..adfae49b --- /dev/null +++ b/ascii/distro/void_small @@ -0,0 +1,7 @@ +${c1} _______ + _ \______ - +| \ ___ \ | +| | / \ | | +| | \___/ | | +| \______ \_| + -_______\ diff --git a/neofetch b/neofetch index e6ac8c40..7cfa322f 100755 --- a/neofetch +++ b/neofetch @@ -2990,6 +2990,11 @@ get_distro_colors() { ascii_file="ubuntu" ;; + "void_small") + set_colors 2 8 + ascii_file="void_small" + ;; + "Void"*) set_colors 2 8 ascii_file="void"