-
Notifications
You must be signed in to change notification settings - Fork 36
Usage with herbe
Beau Hastings edited this page Dec 30, 2025
·
4 revisions
i3-volume can be used with herbe notifications. herbe is a minimal, lightweight, daemon-less program for displaying on-screen notifications without the need for D-Bus. Setup is simple and straight forward and requires little modification to your i3-volume commands.

i3-volume uses PipeWire/WirePlumber for audio control:
bindsym XF86AudioRaiseVolume exec --no-startup-id $volumepath/volume -n -t $statuscmd -u $statussig -N herbe up $volumestep
bindsym XF86AudioLowerVolume exec --no-startup-id $volumepath/volume -n -t $statuscmd -u $statussig -N herbe down $volumestep
bindsym XF86AudioMute exec --no-startup-id $volumepath/volume -n -t $statuscmd -u $statussig -N herbe mute
Then reload i3wm with mod+Shift+r