From 2dff72c9ffbacf1f43a9d3940ca24d3530f1aea9 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 15 Jan 2024 11:54:58 +0000 Subject: [PATCH] Remove mpv and firefox from waybar MPRIS ignored player list --- home/hyprland/waybar/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/hyprland/waybar/default.nix b/home/hyprland/waybar/default.nix index 30035216..bd1d766b 100644 --- a/home/hyprland/waybar/default.nix +++ b/home/hyprland/waybar/default.nix @@ -66,7 +66,7 @@ "paused" = "󰏤"; "stopped" = "󰓛"; }; - "ignored-players" = [ "firefox" "chromium" "mpv" ]; + "ignored-players" = [ "chromium" ]; }; pulseaudio = { scroll-step = 5;