Waybar : Remap pulse clicks.
This commit is contained in:
parent
419cf7977c
commit
9ada0897fb
|
@ -90,9 +90,9 @@ in {
|
||||||
# };
|
# };
|
||||||
format-source = "";
|
format-source = "";
|
||||||
format-source-muted = " ";
|
format-source-muted = " ";
|
||||||
on-click-right = "pactl set-sink-mute @DEFAULT_SINK@ toggle";
|
on-click = "pactl set-sink-mute @DEFAULT_SINK@ toggle";
|
||||||
on-click-middle = "swayscript sound_output_cycle";
|
on-click-middle = "pavucontrol";
|
||||||
on-click = "pavucontrol";
|
on-click-right = "pactl set-source-mute @DEFAULT_SOURCE@ toggle";
|
||||||
};
|
};
|
||||||
mpris = {
|
mpris = {
|
||||||
format = "{player_icon} {title} - {artist}";
|
format = "{player_icon} {title} - {artist}";
|
||||||
|
|
Loading…
Reference in a new issue