Are there any plans to add pulsemixer to artix repos? It's quite a useful TUI for pulseaudio which works fine under pipewire as well.
Some problem with the AUR package, but found a work around by
mkdir -p ~/repos/github.com/pulsemixer
cd ~/repos/github.com/pulsemixer
python -m venv venv
venv/bin/python venv/bin/pip install pulsemixer
and then setting an alias:
pulsemixer="cd ~/repos/github.com/pulsemixer && . venv/bin/activate && venv/bin/pulsemixer"
Hello,
I use alsa and the nice and very practical qastools mixer on different pc:
https://forum.artixlinux.org/index.php/topic,4318.msg27848.html#msg27848