With this tool you can easily rename and see the properties of your audio devices if you're running pipewire as your audio server and wireplumber as it's session and policy manager.
This is the preferred method of installation. See package information here.
With flatpak installed, run this command:
flatpak install flathub io.github.dyegoaurelio.simple-wireplumber-guiThis method only works on Arch-based Linux distributions and is community-maintained. See package information here.
yay -S simple-wireplumber-guiClone the repository:
git clone https://aur.archlinux.org/simple-wireplumber-gui.gitChange directory into the repository:
cd simple-wireplumber-guiMake the package:
makepkg -siYou may want to compile Simple Wireplumber GUI from source.
Clone the repository and change directory into it:
git clone https://www.github.com/dyegoaurelio/simple-wireplumber-gui.git
cd simple-wireplumber-guiCreate and set up the build directory:
mkdir ../builddir
meson setup ../builddirCompile:
meson compile -C ../builddirFinally, as root, install:
meson install -C ../builddirIf running simple-wireplumber-gui gives a "permission denied" error, as root, try:
chmod +x /usr/local/bin/simple-wireplumber-guiWhen you uninstall this app, its changes will remain on your system.
If you wish to erase all its changes, you can just run this on your terminal if you installed with flathub:
flatpak run io.github.dyegoaurelio.simple-wireplumber-gui --clear-settingsAnd then, reboot your system.

