From 2384e6f7b996946e43fedaf5ee1ea3ff9ba4f945 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 4 May 2018 11:46:55 +1000 Subject: [PATCH] docs: update --- neofetch | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/neofetch b/neofetch index f5251548..d1fe6b58 100755 --- a/neofetch +++ b/neofetch @@ -5067,9 +5067,8 @@ get_args() { done } -get_distro_colors() { - # This function sets the text colors according - # to your OS/Distro's logo colors. +get_distro_ascii() { + # This function gets the distro ascii art and colors. # # $ascii_distro is the same as $distro. case "$ascii_distro" in @@ -8674,7 +8673,7 @@ main() { [[ "$verbose" != "on" ]] && exec 2>/dev/null get_distro get_bold - get_distro_colors + get_distro_ascii [[ "$stdout" == "on" ]] && stdout # Minix doesn't support these sequences.