
Volume Pulse is a lightweight volume control utility for Linux systems. It runs in the system tray and allows you to control your audio output using mouse scroll, tray icon clicks, or your system’s volume keys. Volume Pulse is written in (C & Crystal) and uses the GTK2 toolkit for its graphical interface.
paru -S volume-pulse
# or
yay -S volume-pulsegit clone https://aur.archlinux.org/volume-pulse.git
cd volume-pulse
makepkg -siDownload latest version
chmod a+x install.sh
./installer.sh install crystal
# OR
./installer.sh install cTo uninstall:
./installer.sh uninstallvolume-pulse &Edit ~/.config/volume-pulse/config.conf to customize behavior.
Example config:
volume_increase = 5
max_volume = 200%
# "false", "mixer", "mute"
middle_click_action = mixer
mixer = pavucontrol
use_notifications = false
# Enable keyboard shortcuts (X11 only)
use_shortcuts = true
use_arguments = true
You can also control the volume from the terminal (best option for custom shortcuts):
volume-pulse -u # Volume up
volume-pulse -d # Volume down
volume-pulse -m # Toggle mute
volume-pulse -s # Show volume level
volume-pulse -v # Version info