Add '--block_height' / '$block_height' to change the height of the color blocks

This commit is contained in:
Dylan Araps
2016-05-28 09:53:35 +10:00
parent b1b71bff43
commit 7f2f83039b
4 changed files with 73 additions and 41 deletions

View File

@@ -185,22 +185,6 @@ birthday_time="on"
birthday_format="+%a %d %b %Y %l:%M %p"
# Color Blocks
# Color block range
# --block_range start end
start=0
end=7
# Toggle color blocks
# --color_blocks on/off
color_blocks="on"
# Color block width
# --color_block_width num
block_width=3
# }}}
# Text Colors {{{
@@ -244,6 +228,29 @@ underline_char="-"
prompt_height=1
# }}}
# Color Blocks {{{
# Color block range
# --block_range start end
start=0
end=7
# Toggle color blocks
# --color_blocks on/off
color_blocks="on"
# Color block width in spaces
# --block_width num
block_width=3
# Color block height in lines
# --block_height num
block_height=1
# }}}
# Progress Bars {{{