From ca0c1a666a0a6d17b89633332769618958d3e21d Mon Sep 17 00:00:00 2001 From: Justin Endacott Date: Mon, 5 Dec 2016 07:05:07 +1000 Subject: [PATCH] Fix typo in pactl command --- widgets/pulsebar.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.39.2