From c7685b4cfb993702e8dca52cf58a549e0136fdc1 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 1 May 2019 10:46:34 +0300 Subject: [PATCH] config: Show 15 color blocks by default. Closes #1224 --- neofetch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neofetch b/neofetch index 4742870a..d00a6ce7 100755 --- a/neofetch +++ b/neofetch @@ -564,7 +564,7 @@ separator=":" # Color block range # The range of colors to print. # -# Default: '0', '7' +# Default: '0', '15' # Values: 'num' # Flag: --block_range # @@ -575,7 +575,7 @@ separator=":" # # Display colors 0-15 in the blocks. (16 colors) # neofetch --block_range 0 15 -block_range=(0 7) +block_range=(0 15) # Toggle color blocks #