Ignore firefox from waybar mpris module

This commit is contained in:
Evie Litherland-Smith 2024-10-31 05:04:30 +00:00
parent 666bd09059
commit 955b3a74e8

View file

@ -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;