1
1
Fork 0
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:
mutlusun 2017-01-25 17:53:46 +01:00 committed by Jörg Thalheim
parent 70f42e5d54
commit 5b30e432e6
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA

View file

@ -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 })