aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-08-06 02:41:46 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-08-06 02:41:46 +0200
commitcbd9a53fbc5c6978352fd921a8d652f36fd6adf3 (patch)
tree082458ad899ec830fa5c3cc2d7451d7d1f0087be /README
parent013dd08225ed70010ef983172873766aa9a5d9fb (diff)
downloadvicious-legacy-cbd9a53fbc5c6978352fd921a8d652f36fd6adf3.tar.xz
Next release, tag 1.0.7.v1.0.7
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
index 9a9296b..6f6aa92 100644
--- a/README
+++ b/README
@@ -113,6 +113,11 @@ vicious.widgets.dio
- provides I/O statistics for requested storage devices
- takes the disk as an argument, i.e. "/dev/hda"
+vicious.widgets.hddtemp
+ - provides hard drive temperatures using the hddtemp daemon
+ - takes the hddtemp listening port as an argument, or fallbacks to
+ default port 7634
+
vicious.widgets.net
- provides usage statistics for all network interfaces
@@ -222,6 +227,14 @@ File system widget
- executed every 120 seconds, requests the value of the ${home usep}
key and feeds the "fswidget" progressbar
+HDD temperature widget
+ hddtempwidget = widget({ type = 'textbox', name = 'hddtempwidget' })
+ vicious.register(hddtempwidget, vicious.widgets.hddtemp, '${/dev/sda}°C', 240)
+
+ - executed every 240 seconds, requests the temperature level of the
+ ${/dev/sda} disk/key and appends "°C" to the returned value, does
+ not provide the port argument so it fallbacks to default
+
Battery widget
batwidget = widget({ type = 'progressbar', name = 'batwidget' })
-- configure the progressbar and bar properties, then register with: