From: Luke Bonham Date: Tue, 28 Feb 2017 09:55:48 +0000 (+0100) Subject: pulsebar: fix typos; closes #327 X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/cc8de6a059757bc5ea3f8f7013db55ab3af924a5 pulsebar: fix typos; closes #327 --- diff --git a/widget/pulsebar.lua b/widget/pulsebar.lua index 74765f5..e80a251 100644 --- a/widget/pulsebar.lua +++ b/widget/pulsebar.lua @@ -48,7 +48,7 @@ local function factory(args) pulsebar.colors = args.colors or pulsebar.colors pulsebar.followtag = args.followtag or false pulsebar.notifications = args.notification_preset - pulseaudio.device = "N/A" + pulsebar.device = "N/A" if not pulsebar.notification_preset then pulsebar.notification_preset = {} @@ -70,7 +70,7 @@ local function factory(args) pulsebar.tooltip = awful.tooltip({ objects = { pulsebar.bar } }) function pulsebar.update(callback) - if scallback then pulseaudio.cmd = scallback() end + if scallback then pulsebar.cmd = scallback() end helpers.async({ awful.util.shell, "-c", pulsebar.cmd }, function(s) volume_now = { @@ -79,7 +79,7 @@ local function factory(args) muted = string.match(s, "muted: (%S+)") or "N/A" } - pulseaudio.device = volume_now.index + pulsebar.device = volume_now.index local ch = 1 volume_now.channel = {} diff --git a/wiki b/wiki index b1fd348..bbf5c5b 160000 --- a/wiki +++ b/wiki @@ -1 +1 @@ -Subproject commit b1fd3487839584af9accc28a73a6aac7914d6b45 +Subproject commit bbf5c5b15c676aa5b44caff56593bdffc4f8eca2