From a34d64b43b75ff5da775523d95d6bf27d11ef4b8 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 22 Oct 2016 01:35:28 +1100 Subject: [PATCH] Revert color blocks change as it caused issues in tty --- config/config | 2 +- neofetch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config b/config/config index e55f6ac3..18b52af9 100644 --- a/config/config +++ b/config/config @@ -236,7 +236,7 @@ underline_char="-" # Color block range # --block_range start end start=0 -end=15 +end=7 # Toggle color blocks # --color_blocks on/off diff --git a/neofetch b/neofetch index 693c12ee..134237f1 100755 --- a/neofetch +++ b/neofetch @@ -2919,7 +2919,7 @@ dynamicprompt() { if [ "${lines:-0}" -lt "${info_height:-0}" ]; then lines="0" else - lines="$((lines - info_height + cursor_yoffset - 1))" + lines="$((lines - info_height + cursor_yoffset))" fi # Set the prompt location