Config: Add notes about CPU temperature
This commit is contained in:
parent
7910249476
commit
4e6793d17e
1 changed files with 5 additions and 0 deletions
|
@ -182,11 +182,16 @@ cpu_cores="logical"
|
|||
|
||||
# CPU Temperature
|
||||
# Hide/Show CPU temperature.
|
||||
# Note the temperature is added to the regular CPU function.
|
||||
#
|
||||
# Default: 'off'
|
||||
# Values: 'on', 'off'
|
||||
# Flag: --cpu_temp
|
||||
# Supports: Linux
|
||||
#
|
||||
# Example:
|
||||
# on: 'Intel i7-6500U (4) @ 3.1GHz [27.2°C]'
|
||||
# off: 'Intel i7-6500U (4) @ 3.1GHz'
|
||||
cpu_temp="off"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue