Commit 4e6793d1 authored by Dylan Araps's avatar Dylan Araps

Config: Add notes about CPU temperature

parent 79102494
...@@ -182,11 +182,16 @@ cpu_cores="logical" ...@@ -182,11 +182,16 @@ cpu_cores="logical"
# CPU Temperature # CPU Temperature
# Hide/Show CPU temperature. # Hide/Show CPU temperature.
# Note the temperature is added to the regular CPU function.
# #
# Default: 'off' # Default: 'off'
# Values: 'on', 'off' # Values: 'on', 'off'
# Flag: --cpu_temp # Flag: --cpu_temp
# Supports: Linux # Supports: Linux
#
# Example:
# on: 'Intel i7-6500U (4) @ 3.1GHz [27.2°C]'
# off: 'Intel i7-6500U (4) @ 3.1GHz'
cpu_temp="off" cpu_temp="off"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment