From 1efe7e3c4da1dc79cc59c2fe0c9fe002c45f600d Mon Sep 17 00:00:00 2001
From: David <dbphillipsnz@gmail.com>
Date: Fri, 9 May 2014 21:09:23 +1200
Subject: Updated default config file

---
 data/trayfreq.conf | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

(limited to 'data')

diff --git a/data/trayfreq.conf b/data/trayfreq.conf
index 59dc4d8..ad6abcf 100644
--- a/data/trayfreq.conf
+++ b/data/trayfreq.conf
@@ -5,9 +5,12 @@
 
 [battery]
 ## Uncomment to hide battery icon -- useful for desktop PCs
+## Set to anything (or leave unset/commented out) to show battery icon
 # show=0
 
-## Governor to use for all cores when on battery power
+## Name of the governor to use for all cores when on battery power
+## Get a space-separated list of available governors from
+## /sys/devices/system/cpu/cpu{{CORE_NUMBER}}/cpufreq/scaling_available_governors
 # governor=powersave
 
 [ac]
@@ -20,8 +23,10 @@
 # default=ondemand
 
 
-## The frequency to set the CPU to when trayfreq starts
 [frequency]
+## The frequency to set the CPU to when trayfreq starts
+## Get a space-separated list of available frequencies from
+## /sys/devices/system/cpu/cpu{{CORE_NUMBER}}/cpufreq/scaling_available_frequencies
 # default=800000
 
 
-- 
cgit v1.1