mirror of https://github.com/lcpz/lain.git
fix typo; closes #311
This commit is contained in:
parent
c23271b418
commit
398edb9bf9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue