X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/80763b314a117c60782daa13fe09e0dff6187630..ca0c1a666a0a6d17b89633332769618958d3e21d:/widgets/pulsebar.lua diff --git a/widgets/pulsebar.lua b/widgets/pulsebar.lua index 5b22684..5852c39 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()