diff --git a/i3/i3status.conf.j2 b/i3/i3status.conf.j2 index 9089343..b6c60e2 100644 --- a/i3/i3status.conf.j2 +++ b/i3/i3status.conf.j2 @@ -81,6 +81,7 @@ volume_status output { thresholds = [] command = "pactl" color_muted = '#FFFFFF' + on_click 1 = "exec $HOME/.i3/scripts/pa-volume mute-toggle" } volume_status input { @@ -91,4 +92,5 @@ volume_status input { command = "pactl" color_muted = '#FFFFFF' is_input = True + on_click 1 = "exec $HOME/.i3/scripts/pa-volume mute-toggle-mic" }