diff options
-rw-r--r-- | data/trayfreq.conf | 9 |
1 files changed, 7 insertions, 2 deletions
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 |