mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-14 12:37:16 +00:00
Added new info function 'cpu usage' to get the cpu usage
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
# }}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user