Fix wrong value for block width
This commit is contained in:
parent
12cf9ec55f
commit
51aa7d01cd
2 changed files with 2 additions and 2 deletions
|
@ -244,7 +244,7 @@ color_blocks="on"
|
||||||
|
|
||||||
# Color block width in spaces
|
# Color block width in spaces
|
||||||
# --block_width num
|
# --block_width num
|
||||||
block_width=3
|
block_width=2
|
||||||
|
|
||||||
# Color block height in lines
|
# Color block height in lines
|
||||||
# --block_height num
|
# --block_height num
|
||||||
|
|
2
neofetch
2
neofetch
|
@ -269,7 +269,7 @@ color_blocks="on"
|
||||||
|
|
||||||
# Color block width in spaces
|
# Color block width in spaces
|
||||||
# --block_width num
|
# --block_width num
|
||||||
block_width=3
|
block_width=2
|
||||||
|
|
||||||
# Color block height in lines
|
# Color block height in lines
|
||||||
# --block_height num
|
# --block_height num
|
||||||
|
|
Loading…
Reference in a new issue