py3status: Disable manual click events
The modules already support the click events natively.
This commit is contained in:
@@ -59,7 +59,6 @@ systemd spotify {
|
|||||||
unit = "spotify.service"
|
unit = "spotify.service"
|
||||||
user = true
|
user = true
|
||||||
format = " "
|
format = " "
|
||||||
on_click 1 = "exec $HOME/.i3/scripts/toggle-app spotify"
|
|
||||||
color_bad = '#F4Bf75'
|
color_bad = '#F4Bf75'
|
||||||
color_degraded = '#F4Bf75'
|
color_degraded = '#F4Bf75'
|
||||||
}
|
}
|
||||||
@@ -111,7 +110,6 @@ 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 {
|
||||||
@@ -122,5 +120,4 @@ 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