mirror of https://github.com/lcpz/lain.git
pass -M to amixer in alsabar
This commit is contained in:
parent
b9e2596cbd
commit
7efdce3510
|
@ -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…
Reference in New Issue