diff options
author | David <dbphillipsnz@gmail.com> | 2014-07-20 13:01:10 +1200 |
---|---|---|
committer | David <dbphillipsnz@gmail.com> | 2014-07-20 13:01:10 +1200 |
commit | ce5d47962ac628521a658f20b3f48aee7d041fe3 (patch) | |
tree | 7f16220115512d443b7e7c2bb7a881620ac26887 /trayfreq.conf.src | |
download | paramano-ce5d47962ac628521a658f20b3f48aee7d041fe3.tar.xz |
Removed licence symlink all together
Diffstat (limited to 'trayfreq.conf.src')
-rw-r--r-- | trayfreq.conf.src | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/trayfreq.conf.src b/trayfreq.conf.src new file mode 100644 index 0000000..b2e4500 --- /dev/null +++ b/trayfreq.conf.src @@ -0,0 +1,41 @@ +# +# Begin TRAYFREQ_CONF +# +# Template/default config file for trayfreq-archlinux +# + +[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 trayfreq starts +# default=ondemand + + +[frequency] +## The frequency to set the CPU to when trayfreq 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 trayfreq to it +# theme=SHAREDIR/trayfreq/themes/some-theme/ + + +# +# End TRAYFREQ_CONF +# |