Added progress bar support to memory output
This commit is contained in:
parent
639641a159
commit
f24f7ad9b7
4 changed files with 19 additions and 4 deletions
|
|
@ -234,8 +234,11 @@ progress_length="15"
|
|||
progress_color_elapsed="6"
|
||||
progress_color_total="8"
|
||||
|
||||
# Cpu Usage progress bar
|
||||
# Enable/Disable progress bars
|
||||
# --cpu_usage_bar on/off
|
||||
# --memory_bar on/off
|
||||
cpu_usage_bar="on"
|
||||
memory_bar="on"
|
||||
|
||||
|
||||
# }}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue