added ability to shorten cpu output
usage: --cpu_shorthand (name, model, name_model, speed) also edited config file to suit
This commit is contained in:
parent
f845553a80
commit
5b6196f182
2 changed files with 34 additions and 0 deletions
|
@ -93,6 +93,11 @@ shell_version="off"
|
|||
# scaling_current, scaling_min, scaling_max
|
||||
speed_type="max"
|
||||
|
||||
# CPU shorthand
|
||||
# Decice to show name only, model only, or speed only
|
||||
# --cpu_shorthand name, model, name_model, speed, off
|
||||
cpu_shorthand="off"
|
||||
|
||||
|
||||
# GPU
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue