Merge pull request #253 from aajjbb/fix-alsabar-typo

fixing typo mentioned in issues
This commit is contained in:
Luke Bonham 2017-01-07 16:48:18 +01:00 committed by GitHub
commit 3dbf9be278
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ local function worker(args)
end),
awful.button({}, 2, function()
awful.util.spawn(string.format("%s set %s 100%%", alsabar.cmd, alsabar.channel))
pulsebar.update()
alsabar.update()
end),
awful.button({}, 3, function()
awful.util.spawn(string.format("%s set %s toggle", alsabar.cmd, alsabar.togglechannel or alsabar.channel))