X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/75a68eda59b3d748334c28c91a362948b3fd81e3..e07eee461894dd5f36e96c4162e2165c2213e098:/widgets/net.lua diff --git a/widgets/net.lua b/widgets/net.lua index 84751b6..d1179a2 100644 --- a/widgets/net.lua +++ b/widgets/net.lua @@ -42,12 +42,13 @@ end local function worker(args) local args = args or {} local timeout = args.timeout or 2 - local iface = args.iface or net.get_device() local units = args.units or 1024 --kb local notify = args.notify or "on" local screen = args.screen or 1 local settings = args.settings or function() end + iface = args.iface or net.get_device() + net.widget = wibox.widget.textbox('') helpers.set_map(iface, true)