Made progress bars more customizable
This commit is contained in:
parent
db1f3851a7
commit
550185fa7e
3 changed files with 61 additions and 7 deletions
|
|
@ -250,8 +250,13 @@ prompt_height=1
|
|||
|
||||
|
||||
# Progress bar character
|
||||
# --progress_char char
|
||||
progress_char="━"
|
||||
# --progress_char elapsed_char total_char
|
||||
progress_char_elapsed="-"
|
||||
progress_char_total="="
|
||||
|
||||
# Progress vorder
|
||||
# --progress_border on/off
|
||||
progress_border="on"
|
||||
|
||||
# Progress bar length in spaces
|
||||
# Number of chars long to make the progress bars.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue