ASCII: Added small Void Linux

This commit is contained in:
Muhammad Herdiansyah 2017-01-06 19:04:49 +07:00
parent 601b64c692
commit 4fe7225015
2 changed files with 12 additions and 0 deletions

7
ascii/distro/void_small Normal file
View File

@ -0,0 +1,7 @@
${c1} _______
_ \______ -
| \ ___ \ |
| | / \ | |
| | \___/ | |
| \______ \_|
-_______\

View File

@ -2990,6 +2990,11 @@ get_distro_colors() {
ascii_file="ubuntu" ascii_file="ubuntu"
;; ;;
"void_small")
set_colors 2 8
ascii_file="void_small"
;;
"Void"*) "Void"*)
set_colors 2 8 set_colors 2 8
ascii_file="void" ascii_file="void"