From 448275a3865d1db82a6fc37d60548da8b865e5e0 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Fri, 2 Apr 2010 01:08:12 +0200 Subject: widgets: reuse existing datasets where appropriate Gmail, mbox, raid, weather and wifi could return the old value in case there isn't new data, no need for N/A to be so common on our wibox. --- widgets/gmail.lua | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'widgets/gmail.lua') diff --git a/widgets/gmail.lua b/widgets/gmail.lua index b2f0d8c..c772be8 100644 --- a/widgets/gmail.lua +++ b/widgets/gmail.lua @@ -38,16 +38,15 @@ local rss = { -- Default is all unread local feed = rss.unread +local mail = { + ["{count}"] = 0, + ["{subject}"] = "N/A" +} -- }}} -- {{{ Gmail widget type local function worker(format, warg) - local mail = { - ["{count}"] = 0, - ["{subject}"] = "N/A" - } - -- Get info from the Gmail atom feed local f = io.popen("curl --connect-timeout 1 -m 3 -fsn " .. feed[1]) -- cgit v1.2.3