Fix typo in pactl command

This commit is contained in:
Justin Endacott 2016-12-05 07:05:07 +10:00
parent 80763b314a
commit ca0c1a666a

View file

@ -155,7 +155,7 @@ local function worker(args)
awful.util.spawn(pulsebar.mixer)
end),
awful.button ({}, 2, function()
awful.util.spawn(string.format("pactl set-sink-lolume %d 100%%", pulsebar.sink))
awful.util.spawn(string.format("pactl set-sink-volume %d 100%%", pulsebar.sink))
pulsebar.update()
end),
awful.button ({}, 3, function()