Made progress bars more customizable

This commit is contained in:
Dylan
2016-04-24 18:30:57 +10:00
parent db1f3851a7
commit 550185fa7e
3 changed files with 61 additions and 7 deletions

View File

@@ -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.