From b4cd70b5f683fae7f0e42caee51753ecf9bc2980 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Fri, 17 Oct 2025 12:43:36 +0200 Subject: [PATCH] fix hyprpanel notifications --- home-modules/bar/hyprpanel.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/home-modules/bar/hyprpanel.nix b/home-modules/bar/hyprpanel.nix index ab9267b..0f756c8 100644 --- a/home-modules/bar/hyprpanel.nix +++ b/home-modules/bar/hyprpanel.nix @@ -425,8 +425,8 @@ "theme.bar.menus.menu.notifications.label" = accent.base; "theme.bar.menus.menu.notifications.no_notifications_label" = accent.base; "theme.bar.menus.menu.notifications.pager.background" = background; - "theme.bar.menus.menu.notifications.pager.button" = accent.dark; - "theme.bar.menus.menu.notifications.pager.label" = accent.base; + "theme.bar.menus.menu.notifications.pager.button" = accent.base; + "theme.bar.menus.menu.notifications.pager.label" = accent.bright; "theme.bar.menus.menu.notifications.scrollbar.color" = accent.base; "theme.bar.menus.menu.notifications.switch.disabled" = accent.base; "theme.bar.menus.menu.notifications.switch_divider" = accent.base; @@ -492,12 +492,12 @@ "theme.notification.actions.background" = background; "theme.notification.actions.text" = foreground; "theme.notification.background" = background; - "theme.notification.border" = accent.base; + "theme.notification.border" = border; "theme.notification.close_button.background" = accent.dark; "theme.notification.close_button.label" = accent.base; - "theme.notification.label" = accent.base; + "theme.notification.label" = accent.bright; "theme.notification.labelicon" = accent.base; - "theme.notification.opacity" = 1.0; + "theme.notification.opacity" = 100; "theme.notification.text" = foreground; "theme.notification.time" = accent.base;