Added progress bar support to memory output

This commit is contained in:
Dylan
2016-03-03 11:00:47 +11:00
parent 639641a159
commit f24f7ad9b7
4 changed files with 19 additions and 4 deletions

View File

@@ -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"
# }}}