From 4e6793d17e89ed00f2c554d33617bb5375a0e3a9 Mon Sep 17 00:00:00 2001
From: Dylan Araps <dylan.araps@gmail.com>
Date: Sat, 3 Dec 2016 21:18:25 +1100
Subject: [PATCH] Config: Add notes about CPU temperature

---
 config/config | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/config/config b/config/config
index 84ba3db4..dd072b22 100644
--- a/config/config
+++ b/config/config
@@ -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"