From cfc6ca44874961ec468147111745c34a5bf1f9c0 Mon Sep 17 00:00:00 2001 From: David Date: Fri, 2 May 2014 11:31:46 +1200 Subject: Changed config file name, spruced default config up --- data/trayfreq.config | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 data/trayfreq.config (limited to 'data') diff --git a/data/trayfreq.config b/data/trayfreq.config deleted file mode 100644 index 8783104..0000000 --- a/data/trayfreq.config +++ /dev/null @@ -1,9 +0,0 @@ -#[battery] -#show=1 -#governor=powersave -#[ac] -#governor=ondemand -#[governor] -#default=ondemand -#[frequency] -#default=800000 -- cgit v1.1 From 4532322b98b9cb4104d69daae7867b8df8459815 Mon Sep 17 00:00:00 2001 From: David Date: Fri, 2 May 2014 11:32:06 +1200 Subject: I always forget to add files when I move them --- data/trayfreq.conf | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 data/trayfreq.conf (limited to 'data') diff --git a/data/trayfreq.conf b/data/trayfreq.conf new file mode 100644 index 0000000..59dc4d8 --- /dev/null +++ b/data/trayfreq.conf @@ -0,0 +1,36 @@ +# Begin /usr/share/trayfreq/trayfreq.conf +# +# Sample config file for trayfreq-archlinux +# + +[battery] +## Uncomment to hide battery icon -- useful for desktop PCs +# show=0 + +## Governor to use for all cores when on battery power +# 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 + + +## The frequency to set the CPU to when trayfreq starts +[frequency] +# default=800000 + + +[extra] +## Uncomment to make trayfreq run trayfreq-set through sudo. +## Useful if your WM doesn't run trayfreq as root, but you'll have to give the user +## trayfreq is run as passwordless sudo access to `trayfreq-set` +# sudo=1 + + +# +# End /usr/share/trayfreq/trayfreq.conf -- cgit v1.1