From 728357f4ad447617bb929f22f621a0ec752d3763 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 28 Jan 2017 07:30:13 +1100 Subject: [PATCH] Underline: Fix travis --- neofetch | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/neofetch b/neofetch index e9132210..8aecade2 100755 --- a/neofetch +++ b/neofetch @@ -2584,11 +2584,9 @@ prin() { } get_underline() { - echo "$length" - if [[ "$underline_enabled" == "on" ]]; then printf -v underline "%${length}s" - printf "%b\n" "${text_padding:+\033[${text_padding}C}${zws}${underline// /$underline_char}${reset} " + printf "%b\n" "${text_padding:+\033[${text_padding}C}${zws}${underline_color}${underline// /$underline_char}${reset} " unset -v length fi prin=1