From: copycat-killer Date: Tue, 7 Feb 2017 07:14:45 +0000 (+0100) Subject: fix typo; closes #311 X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/398edb9bf94ecd0d4a9a0cb22b8f93aeee69dde7 fix typo; closes #311 --- diff --git a/widgets/pulseaudio.lua b/widgets/pulseaudio.lua index 590bd0f..05ef337 100644 --- a/widgets/pulseaudio.lua +++ b/widgets/pulseaudio.lua @@ -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