]> git.madduck.net Git - etc/awesome.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

fix typo; closes #311
authorcopycat-killer <dada@archlinux.info>
Tue, 7 Feb 2017 07:14:45 +0000 (08:14 +0100)
committercopycat-killer <dada@archlinux.info>
Tue, 7 Feb 2017 07:14:45 +0000 (08:14 +0100)
widgets/pulseaudio.lua

index 590bd0f883890d130f4adffd3a2e6e3924903f33..05ef337deb8dbe350d6d625f559a6b9d15d3e940 100644 (file)
@@ -18,7 +18,7 @@ local setmetatable = setmetatable
 -- lain.widgets.pulseaudio
 
 local function worker(args)
 -- 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
     local args        = args or {}
     local devicetype  = args.devicetype or "sink"
     local timeout     = args.timeout or 5