ASCII: Added small Void Linux
This commit is contained in:
parent
601b64c692
commit
4fe7225015
2 changed files with 12 additions and 0 deletions
7
ascii/distro/void_small
Normal file
7
ascii/distro/void_small
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
${c1} _______
|
||||||
|
_ \______ -
|
||||||
|
| \ ___ \ |
|
||||||
|
| | / \ | |
|
||||||
|
| | \___/ | |
|
||||||
|
| \______ \_|
|
||||||
|
-_______\
|
5
neofetch
5
neofetch
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue