From 24f23fa072d408affe60140c088000695b13512a Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Fri, 12 Feb 2010 00:33:07 +0100 Subject: gmail: reworked feed handling and changed username format Nothing hard coded in the worker now. Feeds are together with user data, easily swaped. Feeds are not widget args because user needs to modify the file for login data anyway. No progress toward safer storage, Kwallet looks promising but dbus handling is hell - what of non KDE users? Every other script, including much praised checkgmail has plain text login. Nobody cares? --- mem.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mem.lua') diff --git a/mem.lua b/mem.lua index 629cc12..f3352b6 100644 --- a/mem.lua +++ b/mem.lua @@ -20,7 +20,7 @@ module("vicious.mem") local function worker(format) -- Get meminfo local f = io.open("/proc/meminfo") - local mem = { buf = {}, swp = {}, } + local mem = { buf = {}, swp = {} } for line in f:lines() do if string.match(line, "^MemTotal.*") then -- cgit v1.2.3