fix typo; closes #311

This commit is contained in:
copycat-killer 2017-02-07 08:14:45 +01:00
parent c23271b418
commit 398edb9bf9
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ local setmetatable = setmetatable
-- lain.widgets.pulseaudio
local function worker(args)
local pulseaudio = { wibox.widget.textbox() }
local pulseaudio = { widget = wibox.widget.textbox() }
local args = args or {}
local devicetype = args.devicetype or "sink"
local timeout = args.timeout or 5