X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/c3ddefb68d7020b125335f30355abd7aa21b0820..6f01d292de214bd81a6487cea4001a91a77fbc66:/widgets/mem.lua diff --git a/widgets/mem.lua b/widgets/mem.lua index 46bb5f9..f6213b2 100644 --- a/widgets/mem.lua +++ b/widgets/mem.lua @@ -23,7 +23,7 @@ local mem = {} local function worker(args) local args = args or {} - local timeout = args.timeout or 3 + local timeout = args.timeout or 2 local settings = args.settings or function() end mem.widget = wibox.widget.textbox('')