X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/c8a5a8e50217cee17ce58b2946e8559638a8adfd..e64c1443d028749ba469def533efb075abd3d06b:/widgets/net.lua diff --git a/widgets/net.lua b/widgets/net.lua index e8583e0..bc9ad0c 100644 --- a/widgets/net.lua +++ b/widgets/net.lua @@ -12,6 +12,7 @@ local naughty = require("naughty") local wibox = require("wibox") local string = { format = string.format, match = string.match } +local tostring = tostring local setmetatable = setmetatable -- Network infos @@ -117,7 +118,7 @@ local function worker(args) settings() end - helpers.newtimer(net.iface, timeout, update) + helpers.newtimer("net-" .. tostring(net.iface), timeout, update) return net end