mirror of https://github.com/lcpz/lain.git
#112 fix
This commit is contained in:
parent
293091d267
commit
89bad3b56b
|
@ -40,7 +40,7 @@ local function worker(args)
|
||||||
|
|
||||||
local mpdcover = helpers.scripts_dir .. "mpdcover"
|
local mpdcover = helpers.scripts_dir .. "mpdcover"
|
||||||
local mpdh = "telnet://" .. host .. ":" .. port
|
local mpdh = "telnet://" .. host .. ":" .. port
|
||||||
local echo = "echo 'password " .. password .. "\nstatus\ncurrentsong\nclose'"
|
local echo = "echo -e 'password " .. password .. "\nstatus\ncurrentsong\nclose'"
|
||||||
|
|
||||||
mpd.widget = wibox.widget.textbox('')
|
mpd.widget = wibox.widget.textbox('')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue