move fs widget to match new layout
This commit is contained in:
parent
ba4b94899e
commit
108ab2eb82
|
@ -15,7 +15,7 @@ local helpers = require("vicious.helpers")
|
||||||
|
|
||||||
-- FS: provides file system disk space usage
|
-- FS: provides file system disk space usage
|
||||||
-- vicious.widgets.fs
|
-- vicious.widgets.fs
|
||||||
local fs = {}
|
local fs_all = {}
|
||||||
|
|
||||||
|
|
||||||
-- Variable definitions
|
-- Variable definitions
|
||||||
|
@ -49,4 +49,4 @@ local function worker(format, warg)
|
||||||
end
|
end
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
return setmetatable(fs, { __call = function(_, ...) return worker(...) end })
|
return setmetatable(fs_all, { __call = function(_, ...) return worker(...) end })
|
Loading…
Reference in New Issue