CPU: Add option to display output in fahrenheit

This commit is contained in:
Dylan Araps
2016-12-28 12:33:34 +11:00
parent b5757417d5
commit 0da7269a96
2 changed files with 23 additions and 7 deletions

View File

@@ -186,12 +186,13 @@ cpu_cores="logical"
# Note the temperature is added to the regular CPU function.
#
# Default: 'off'
# Values: 'on', 'off'
# Values: 'C', 'F', 'off'
# Flag: --cpu_temp
# Supports: Linux
#
# Example:
# on: 'Intel i7-6500U (4) @ 3.1GHz [27.2°C]'
# C: 'Intel i7-6500U (4) @ 3.1GHz [27.2°C]'
# F: 'Intel i7-6500U (4) @ 3.1GHz [82.0°C]'
# off: 'Intel i7-6500U (4) @ 3.1GHz'
cpu_temp="off"