From b6032863aca8e2a4eff75f8799e6dc0578028eec Mon Sep 17 00:00:00 2001 From: Eden Refael Date: Thu, 28 Nov 2024 20:13:06 +0200 Subject: [PATCH] added amixer to the jc parser in lib --- jc/lib.py | 1 + 1 file changed, 1 insertion(+) diff --git a/jc/lib.py b/jc/lib.py index 0b4341ba..f1e92cc6 100644 --- a/jc/lib.py +++ b/jc/lib.py @@ -21,6 +21,7 @@ parsers: List[str] = [ 'arp', 'asciitable', 'asciitable-m', + 'amixer', 'blkid', 'bluetoothctl', 'cbt',