A simple GTK system tray volume controller applet for PulseAudio. Support for PipeWire is planned.
In it's current state there may be issues running on Wayland and/or with multiple monitors. If you experience any issues, please open an issue.
Install from the AUR at volapplet-git.
Ensure you have the dependencies installed, then run:
git clone https://github.com/jaspwr/vol-applet
cd vol-applet
cargo build --releaseThe binary will be located at target/release/volapplet.
Basic usage:
volapplet & disownAdditional functionality can be enabled with arguments:
-ior--show-inputs: Add volume controls for inputs.-sor--show-streams: Add volume controls for streams.-dor--dont-group: Don't group controls for inputs and streams into expandable categories.-cor--show-icons: Add icons to each volume control.
Example usage with additional features:
volapplet -isc & disown- Rust and Cargo
- GTK 3
- PulseAudio
