extra option added

Ricard Illa 2021-07-24 19:48:58 +02:00
parent bca17dab68
commit c224c479eb
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ fmtData :: [MixerData] -> String
fmtData = (separator ++ ) . intercalate separator . map getStatus
runAmixer :: String -> IO String
runAmixer mixer = readProcess "amixer" ["get", mixer] ""
runAmixer mixer = readProcess "amixer" ["get", "-c", "0", mixer] ""
queryVolume :: IO String