Move CPU Usage to its own function
This commit is contained in:
parent
d65aa4bc6b
commit
c69a8f2418
3 changed files with 60 additions and 29 deletions
|
|
@ -99,10 +99,14 @@ shell_version="off"
|
|||
# scaling_current, scaling_min, scaling_max
|
||||
speed_type="max"
|
||||
|
||||
# CPU Display
|
||||
# Set shorthand setting and progress bar setting
|
||||
# --cpu_display (name, speed, tiny, on, off) (bar, infobar, barinfo, off)
|
||||
# CPU Shorthand
|
||||
# Set shorthand setting
|
||||
# --cpu_shorthand name, speed, tiny, on, off
|
||||
cpu_shorthand="off"
|
||||
|
||||
# CPU Usage display
|
||||
# Set CPU usage display setting
|
||||
# --cpu_display bar, infobar, barinfo, off
|
||||
cpu_display="off"
|
||||
|
||||
# CPU Cores
|
||||
|
|
@ -111,6 +115,7 @@ cpu_display="off"
|
|||
cpu_cores="on"
|
||||
|
||||
|
||||
|
||||
# GPU
|
||||
|
||||
# Shorten output of the getgpu funcion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue