Various progress bar fixes
This commit is contained in:
parent
77cd07b7cb
commit
6485476ae7
2 changed files with 32 additions and 54 deletions
|
|
@ -234,26 +234,21 @@ progress_length="15"
|
|||
progress_color_elapsed="6"
|
||||
progress_color_total="8"
|
||||
|
||||
# Enable/Disable progress bars
|
||||
# --cpu_usage_bar on/off
|
||||
# --memory_bar on/off
|
||||
# --battery_bar on/off
|
||||
# --disk_bar on/off
|
||||
cpu_usage_bar="off"
|
||||
memory_bar="off"
|
||||
battery_bar="off"
|
||||
disk_bar="off"
|
||||
# Customize how the info is displayed.
|
||||
# bar: Only the progress bar is displayed.
|
||||
# infobar: The bar is displayed after the info.
|
||||
# barinfo: The bar is displayed before the info.
|
||||
# off: Only the info is displayed.
|
||||
#
|
||||
# --cpu_displau bar/infobar/barinfo/off
|
||||
# --memory_display bar/infobar/barinfo/off
|
||||
# --battery_display bar/infobar/barinfo/off
|
||||
# --disk_display bar/infobar/barinfo/off
|
||||
cpu_display="off"
|
||||
memory_display="off"
|
||||
battery_display="off"
|
||||
disk_display="off"
|
||||
|
||||
# Enable/Disable showing just the bar on its own.
|
||||
# Set this to 'off' to only show the progress bar.
|
||||
# --cpu_usage_info on/off
|
||||
# --memory_info on/off
|
||||
# --battery_info on/off
|
||||
# --disk_info on/off
|
||||
cpu_usage_info="on"
|
||||
memory_info="on"
|
||||
battery_info="on"
|
||||
disk_info="on"
|
||||
|
||||
# }}}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue