From a328e7dfdbaf83978e409f26c6f3a962b00da74e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Mon, 5 Oct 2020 22:02:13 +0200 Subject: [PATCH] i3: Add volume/mic toggle clicks in bar --- i3/i3status.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) 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" }