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