Installation
Install the following packages,
sudo pacman -S pipewire wireplumber wireplumberenable services,
systemctl --user enable wireplumberAnd reboot.
rebootChange Volume
with wireplumber, you can change the volume with wpctl.
# Decrease volume
wpctl set-volume @DEFAULT_AUDIO_SINK@ -5%
# Increase volume
wpctl set-volume @DEFAULT_AUDIO_SINK@ +5%
# Set volume
wpctl set-volume @DEFAULT_AUDIO_SINK@ 20%