X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/14d047eaa75fb760508e2e4aeb51b42f5fed31ed..a6959d99c42658eae495ec0c229d5fe102b42234:/widgets/pulsebar.lua?pf=etc diff --git a/widgets/pulsebar.lua b/widgets/pulsebar.lua index cd153a1..309016d 100644 --- a/widgets/pulsebar.lua +++ b/widgets/pulsebar.lua @@ -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()