Skip to main content
Topic: Any plans to add pulsemixer to artix repos? (Read 385 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Any plans to add pulsemixer to artix repos?

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.

Re: Any plans to add pulsemixer to artix repos?

Reply #1
Some problem with the AUR package, but found a work around by

Code: [Select]
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:

Code: [Select]
pulsemixer="cd ~/repos/github.com/pulsemixer && . venv/bin/activate && venv/bin/pulsemixer"