aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-08-03 04:40:55 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-08-03 04:40:55 +0200
commitcef569b6f17cb18bf11b453dcf1887ff81fe0974 (patch)
tree278bc5d71e47afce76f5cff21f9f2979d71586e1 /README
parent3fe67d4311f1f099da9ff13849c70a97d5078228 (diff)
downloadvicious-legacy-cef569b6f17cb18bf11b453dcf1887ff81fe0974.tar.xz
CPU frequency widget included.
The cpufreq widget supplements the cpu widget. It returns the current CPU scaling frequency (in MHz and GHz), voltage (in mV and V) and governor information for a requested CPU. If supported by the processor and correct kernel modules are loaded.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 1206353..4a0fa3d 100644
--- a/README
+++ b/README
@@ -83,6 +83,10 @@ in the format string.
vicious.widgets.cpu
- provides CPU usage for all available CPUs/cores
+vicious.widgets.cpufreq
+ - provides freq, voltage and governor info for a requested CPU
+ - takes the CPU ID as an argument, i.e. "cpu0"
+
vicious.widgets.thermal
- provides temperature levels of ACPI thermal zones
- takes the thermal zone as an argument, i.e. "TZS0"