pass -M to amixer in alsabar
This commit is contained in:
parent
b9e2596cbd
commit
7efdce3510
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ local function worker(args)
|
|||
|
||||
function alsabar.update()
|
||||
-- Get mixer control contents
|
||||
local f = io.popen("amixer get " .. alsabar.channel)
|
||||
local f = io.popen("amixer -M get " .. alsabar.channel)
|
||||
local mixer = f:read("*all")
|
||||
f:close()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue