X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/c7630b3f109e3963384ce8981fe70a1e253d38d0..a6959d99c42658eae495ec0c229d5fe102b42234:/widgets/pulsebar.lua?ds=sidebyside diff --git a/widgets/pulsebar.lua b/widgets/pulsebar.lua index 5b22684..309016d 100644 --- a/widgets/pulsebar.lua +++ b/widgets/pulsebar.lua @@ -27,7 +27,7 @@ local setmetatable = setmetatable -- lain.widgets.pulsebar local pulsebar = { sink = 0, - step = "5%", + step = "1%", colors = { background = beautiful.bg_normal, @@ -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()