Added new info function 'cpu usage' to get the cpu usage

This commit is contained in:
Dylan
2016-03-03 10:37:18 +11:00
parent d142efe2db
commit da5d912774
2 changed files with 34 additions and 4 deletions

View File

@@ -224,11 +224,19 @@ prompt_height=1
# --progress_char char
progress_char="━"
# Progress bar length in spaces
# Number of chars long to make the progress bars.
# --progress_length num
progress_length="15"
# Progress bar colors
# --progress_colors col col
progress_color_elapsed="6"
progress_color_total="8"
# Cpu Usage progress bar
cpu_usage_bar="on"
# }}}