Ignore firefox from waybar mpris module
This commit is contained in:
parent
666bd09059
commit
955b3a74e8
|
@ -98,14 +98,13 @@
|
||||||
];
|
];
|
||||||
"player-icons" = {
|
"player-icons" = {
|
||||||
"default" = " ";
|
"default" = " ";
|
||||||
"firefox" = " ";
|
|
||||||
};
|
};
|
||||||
"status-icons" = {
|
"status-icons" = {
|
||||||
"playing" = "";
|
"playing" = "";
|
||||||
"paused" = "";
|
"paused" = "";
|
||||||
"stopped" = "";
|
"stopped" = "";
|
||||||
};
|
};
|
||||||
"ignored-players" = [ ];
|
"ignored-players" = [ "firefox" ];
|
||||||
};
|
};
|
||||||
pulseaudio = {
|
pulseaudio = {
|
||||||
scroll-step = 5;
|
scroll-step = 5;
|
||||||
|
|
Loading…
Reference in a new issue