From 161607e5179fe3f8151d56752cf2d46963ff1aa3 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Tue, 8 Sep 2009 22:46:59 +0200 Subject: Gmail widget included Widget returns the count of new and subject of last e-mail in a Gmail inbox. Use ${count} and ${subject} in the format string to retrieve the values. Widget takes a table with login information as an argument. I don't like how gmail widgets handle sensitive data but I gave in seeing how popular they are. Better storing and handling of login information would be in order but this isn't Python and I'm out of ideas. For now use it on your own responsability, I would suggest to set login info directly in the widget and file as read-only by user. --- init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 807df4a..bf22918 100644 --- a/init.lua +++ b/init.lua @@ -49,6 +49,7 @@ require("vicious.wifi") require("vicious.mbox") require("vicious.mboxc") require("vicious.mdir") +require("vicious.gmail") require("vicious.entropy") require("vicious.org") require("vicious.pacman") -- cgit v1.2.3