X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/26acf377071368429f0cb4bb415f1c362ea55f92..a5d68067cfa5759bf55576784563092b5ca5629f:/widget/pulsebar.lua diff --git a/widget/pulsebar.lua b/widget/pulsebar.lua index e96658b..74765f5 100644 --- a/widget/pulsebar.lua +++ b/widget/pulsebar.lua @@ -48,6 +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" if not pulsebar.notification_preset then pulsebar.notification_preset = {} @@ -78,6 +79,8 @@ local function factory(args) muted = string.match(s, "muted: (%S+)") or "N/A" } + pulseaudio.device = volume_now.index + local ch = 1 volume_now.channel = {} for v in string.gmatch(s, ":.-(%d+)%%") do