Added utility files and fixed a few bugs

This commit is contained in:
2022-07-16 12:02:19 -07:00
parent dc4eba2266
commit f218ecde77
4 changed files with 30 additions and 2 deletions

View File

@ -55,7 +55,7 @@ end
function volume.commands:watch(timeout, callback, widget)
awful.widget.watch(
"pamixer --get-mute --get-volume " .. volume.pamixer_options,
timeout, scallback, widget
timeout, callback, widget
)
end