From 76b2dbb58fb8f4238315bdc2cb6df0fbac411915 Mon Sep 17 00:00:00 2001 From: Ben Grande Date: Fri, 19 Jan 2024 10:14:22 +0100 Subject: [PATCH] feat: pavucontrol in sys-audio The mixer provided by the program volumeicon is okay, it shows only one input and one output. Pavucontrol correctly detects the different inputs and output of each audio client, you can have deeper control of the client volume. --- salt/sys-audio/install.sls | 1 + 1 file changed, 1 insertion(+) diff --git a/salt/sys-audio/install.sls b/salt/sys-audio/install.sls index 3e3406bc..28254bc6 100644 --- a/salt/sys-audio/install.sls +++ b/salt/sys-audio/install.sls @@ -25,6 +25,7 @@ include: - alsa-utils - volumeicon-alsa - socat + - pavucontrol {% set pkg = { 'Debian': {