Add small ascii logos for Arch, Crux and Gentoo

This commit is contained in:
Dylan
2016-02-28 13:07:10 +11:00
parent 35154941ae
commit 052e53d4e7
5 changed files with 44 additions and 0 deletions

View File

@@ -290,6 +290,12 @@ ascii="distro"
# --ascii_colors 2 4 5 6
ascii_colors=(distro)
# Logo size
# Arch, Crux and Gentoo have a smaller logo
# variant. Changing the value below to small
# will make neofetch use the small logo.
# --ascii_logo_size small, normal
ascii_logo_size="normal"
# }}}