Commit c7685b4c authored by Dylan Araps's avatar Dylan Araps

config: Show 15 color blocks by default. Closes #1224

parent c1ddea8e
...@@ -564,7 +564,7 @@ separator=":" ...@@ -564,7 +564,7 @@ separator=":"
# Color block range # Color block range
# The range of colors to print. # The range of colors to print.
# #
# Default: '0', '7' # Default: '0', '15'
# Values: 'num' # Values: 'num'
# Flag: --block_range # Flag: --block_range
# #
...@@ -575,7 +575,7 @@ separator=":" ...@@ -575,7 +575,7 @@ separator=":"
# #
# Display colors 0-15 in the blocks. (16 colors) # Display colors 0-15 in the blocks. (16 colors)
# neofetch --block_range 0 15 # neofetch --block_range 0 15
block_range=(0 7) block_range=(0 15)
# Toggle color blocks # Toggle color blocks
# #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment