move fs widget to match new layout

This commit is contained in:
mutlusun 2017-01-25 17:51:16 +01:00 committed by Jörg Thalheim
parent ba4b94899e
commit 108ab2eb82
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ local helpers = require("vicious.helpers")
-- FS: provides file system disk space usage
-- vicious.widgets.fs
local fs = {}
local fs_all = {}
-- Variable definitions
@ -49,4 +49,4 @@ local function worker(format, warg)
end
-- }}}
return setmetatable(fs, { __call = function(_, ...) return worker(...) end })
return setmetatable(fs_all, { __call = function(_, ...) return worker(...) end })