move net widget to match new layout
This commit is contained in:
parent
9cb3eab18f
commit
6b448fd791
|
@ -77,8 +77,7 @@ Provides I/O statistics for requested storage devices
|
|||
vicious.contrib.netcfg
|
||||
-
|
||||
|
||||
vicious.contrib.net
|
||||
-
|
||||
**vicious.contrib.net**
|
||||
|
||||
vicious.contrib.openweather
|
||||
- provides weather information for a requested city
|
||||
|
|
|
@ -18,7 +18,7 @@ local helpers = require("vicious.helpers")
|
|||
|
||||
-- Net: provides usage statistics for all network interfaces
|
||||
-- vicious.contrib.net
|
||||
local net = {}
|
||||
local net_linux = {}
|
||||
|
||||
|
||||
-- Initialise function tables
|
||||
|
@ -136,4 +136,4 @@ local function worker(format, tignorelist)
|
|||
end
|
||||
-- }}}
|
||||
|
||||
return setmetatable(net, { __call = function(_, ...) return worker(...) end })
|
||||
return setmetatable(net_linux, { __call = function(_, ...) return worker(...) end })
|
Loading…
Reference in New Issue