From: Justin Endacott Date: Sun, 4 Dec 2016 21:05:07 +0000 (+1000) Subject: Fix typo in pactl command X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/ca0c1a666a0a6d17b89633332769618958d3e21d Fix typo in pactl command --- 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()