aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-10-01 12:11:21 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-10-01 12:31:18 +0200
commit4da0b09a6c0f068acc54d17889eeddf349d271d7 (patch)
tree53f53af04d3d67e889c90b606ef68c677f810dca
parent3ab8bc0d7deccea61b6c0067b1b35b29b37bbfb9 (diff)
downloadvicious-legacy-4da0b09a6c0f068acc54d17889eeddf349d271d7.tar.xz
README: updated gmail information
-rw-r--r--README8
1 files changed, 3 insertions, 5 deletions
diff --git a/README b/README
index 88f9dec..b9068c4 100644
--- a/README
+++ b/README
@@ -179,8 +179,7 @@ vicious.widgets.mdir
- takes the full path to the Maildir structure as an argument
vicious.widgets.gmail
- - provides count of new and subject of last e-mail in a Gmail inbox
- - takes a table with Gmail login information as an argument
+ - provides count of new and subject of last e-mail on Gmail
vicious.widgets.entropy
- provides available system entropy
@@ -283,10 +282,9 @@ Mbox widget
Gmail widget
gmailwidget = widget({ type = 'textbox', name = 'gmailwidget' })
- vicious.register(gmailwidget, vicious.widgets.gmail, 'Mail: ${count}', 601, nil, {'user', 'pass'})
+ vicious.register(gmailwidget, vicious.widgets.gmail, 'Mail: ${count}', 601)
- - executed every 10 minutes, provides a table with login information
- as an argument, prepends "Mail: " to the returned value
+ - executed every 10 minutes and prepends "Mail: " to the returned value
Battery widget
batwidget = widget({ type = 'progressbar', name = 'batwidget' })