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"