mirror of https://github.com/lcpz/lain.git
Merge pull request #240 from 2009/feature/pulsebar-addition-mouse-controls
Fix typo in pactl command
This commit is contained in:
commit
a6959d99c4
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue