mirror of
https://github.com/vicious-widgets/vicious
synced 2023-12-14 07:13:07 +01:00
move mpd widget to match new layout
This commit is contained in:
parent
70f42e5d54
commit
5b30e432e6
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ local helpers = require("vicious.helpers")
|
|||
|
||||
-- Mpd: provides Music Player Daemon information
|
||||
-- vicious.widgets.mpd
|
||||
local mpd = {}
|
||||
local mpd_all = {}
|
||||
|
||||
|
||||
-- {{{ MPD widget type
|
||||
|
@ -61,4 +61,4 @@ local function worker(format, warg)
|
|||
end
|
||||
-- }}}
|
||||
|
||||
return setmetatable(mpd, { __call = function(_, ...) return worker(...) end })
|
||||
return setmetatable(mpd_all, { __call = function(_, ...) return worker(...) end })
|
Loading…
Reference in a new issue