move date widget to match new layout
This commit is contained in:
parent
968fee1a54
commit
62dbf146a0
|
@ -15,7 +15,7 @@ local os = {
|
||||||
|
|
||||||
-- Date: provides access to os.date with optional time formatting
|
-- Date: provides access to os.date with optional time formatting
|
||||||
-- vicious.widgets.date
|
-- vicious.widgets.date
|
||||||
local date = {}
|
local date_all = {}
|
||||||
|
|
||||||
|
|
||||||
-- {{{ Date widget type
|
-- {{{ Date widget type
|
||||||
|
@ -24,4 +24,4 @@ local function worker(format, warg)
|
||||||
end
|
end
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
return setmetatable(date, { __call = function(_, ...) return worker(...) end })
|
return setmetatable(date_all, { __call = function(_, ...) return worker(...) end })
|
Loading…
Reference in New Issue