aboutsummaryrefslogtreecommitdiff
path: root/paramano.conf.src
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-09-18 22:08:41 +1200
committerDavid <dbphillipsnz@gmail.com>2014-09-18 22:08:41 +1200
commitd2cecaa14db150ffe8e2735113c65c43e6889439 (patch)
treebea7abb1b62abf8bf293fa968448436c387c14d0 /paramano.conf.src
parent3fcce1f3e23445aefb4f6adcbb765223080af8a8 (diff)
downloadparamano-d2cecaa14db150ffe8e2735113c65c43e6889439.tar.xz
Added new files
Diffstat (limited to 'paramano.conf.src')
-rw-r--r--paramano.conf.src41
1 files changed, 41 insertions, 0 deletions
diff --git a/paramano.conf.src b/paramano.conf.src
new file mode 100644
index 0000000..2e3b3e7
--- /dev/null
+++ b/paramano.conf.src
@@ -0,0 +1,41 @@
+#
+# Begin PARAMANO_CONF
+#
+# Template/default config file for Paramano
+#
+
+[battery]
+## Uncomment to hide battery icon -- useful for desktop PCs
+## Set to anything (or leave unset/commented out) to show battery icon
+# show=0
+
+## 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/cpuX/cpufreq/scaling_available_governors
+# governor=powersave
+
+[ac]
+## Governor to use for all core while on AC power
+## Often set to a performance or non-power-saving governor
+# governor=ondemand
+
+[governor]
+## Governor to set all cores to when Paramano starts
+# default=ondemand
+
+
+[frequency]
+## The frequency to set the CPU to when Paramano starts
+## Get a space-separated list of available frequencies from
+## /sys/devices/system/cpu/cpuX/cpufreq/scaling_available_frequencies
+# default=800000
+
+
+[extra]
+## If you're arty, you can put together your own theme and point Paramano to it
+# theme=SHAREDIR/paramano/themes/some-theme/
+
+
+#
+# End PARAMANO_CONF
+#