sway/waybar: Change mpd volume on scroll
This commit is contained in:
parent
09deea9911
commit
70cabe55ee
|
@ -313,6 +313,8 @@ in
|
|||
interval = 2;
|
||||
tooltip-format = "MPD (connected)";
|
||||
tooltip-format-disconnected = "MPD (disconnected)";
|
||||
on-scroll-up = "${pkgs.mpc_cli}/bin/mpc volume +2";
|
||||
on-scroll-down = "${pkgs.mpc_cli}/bin/mpc volume -2";
|
||||
consume-icons = {
|
||||
on = " ";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue