From 660c99d5ed0600dbc9fb2fff05e2d184c5e054d4 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Tue, 1 Oct 2024 15:05:02 +0200 Subject: [PATCH] Update --- home/system/hyprland/hyprpanel.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/system/hyprland/hyprpanel.nix b/home/system/hyprland/hyprpanel.nix index 83e5bc9..3ebdcdc 100644 --- a/home/system/hyprland/hyprpanel.nix +++ b/home/system/hyprland/hyprpanel.nix @@ -224,7 +224,8 @@ "theme.bar.menus.menu.media.background.color": "#${config.var.theme.colors.bgalt}", "theme.bar.menus.menu.media.card.color": "#${config.var.theme.colors.bgalt}", "theme.bar.menus.menu.media.card.tint": 90, - "bar.customModules.updates.pollingInterval": 1440000 + "bar.customModules.updates.pollingInterval": 1440000, + "bar.media.show_active_only": true } ''; };