waybar: playerctl ignore mpd
This commit is contained in:
parent
670ae65181
commit
76213c15fd
|
@ -96,8 +96,8 @@ in
|
||||||
};
|
};
|
||||||
"custom/playerctl" = {
|
"custom/playerctl" = {
|
||||||
format = "{}";
|
format = "{}";
|
||||||
exec = "${pkgs.playerctl}/bin/playerctl metadata title";
|
exec = "${pkgs.playerctl}/bin/playerctl --ignore-player=mpd metadata title";
|
||||||
on-click = "${pkgs.playerctl}/bin/playerctl play-pause";
|
on-click = "${pkgs.playerctl}/bin/playerctl --ignore-player=mpd play-pause";
|
||||||
interval = 1;
|
interval = 1;
|
||||||
tooltip = false;
|
tooltip = false;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue