Added new info function 'cpu usage' to get the cpu usage
This commit is contained in:
parent
d142efe2db
commit
da5d912774
2 changed files with 34 additions and 4 deletions
|
|
@ -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"
|
||||
|
||||
|
||||
# }}}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue