i3: Add volume/mic toggle clicks in bar
This commit is contained in:
@@ -81,6 +81,7 @@ volume_status output {
|
|||||||
thresholds = []
|
thresholds = []
|
||||||
command = "pactl"
|
command = "pactl"
|
||||||
color_muted = '#FFFFFF'
|
color_muted = '#FFFFFF'
|
||||||
|
on_click 1 = "exec $HOME/.i3/scripts/pa-volume mute-toggle"
|
||||||
}
|
}
|
||||||
|
|
||||||
volume_status input {
|
volume_status input {
|
||||||
@@ -91,4 +92,5 @@ volume_status input {
|
|||||||
command = "pactl"
|
command = "pactl"
|
||||||
color_muted = '#FFFFFF'
|
color_muted = '#FFFFFF'
|
||||||
is_input = True
|
is_input = True
|
||||||
|
on_click 1 = "exec $HOME/.i3/scripts/pa-volume mute-toggle-mic"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user