Update config file

This commit is contained in:
Dylan 2016-03-27 21:01:47 +11:00
parent 951ed1169c
commit 0c4608a268
1 changed files with 4 additions and 2 deletions

View File

@ -257,9 +257,11 @@ progress_char="━"
progress_length="15" progress_length="15"
# Progress bar colors # Progress bar colors
# When set to distro, uses your distro's logo colors
# Takes: num, "distro"
# --progress_colors col col # --progress_colors col col
progress_color_elapsed="6" progress_color_elapsed="distro"
progress_color_total="8" progress_color_total="distro"
# Customize how the info is displayed. # Customize how the info is displayed.
# bar: Only the progress bar is displayed. # bar: Only the progress bar is displayed.