From d044e3dd2ecf73472f0a6f416bb012d829099fe3 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Mon, 24 Mar 2025 14:06:55 +0100 Subject: [PATCH] change notifications theme Former-commit-id: a26542e0babdbcad426c15a8f45dd9a3785f2dfe --- home/system/hyprpanel/default.nix | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/home/system/hyprpanel/default.nix b/home/system/hyprpanel/default.nix index a0400a0..f1cb0d4 100644 --- a/home/system/hyprpanel/default.nix +++ b/home/system/hyprpanel/default.nix @@ -156,13 +156,6 @@ in { "theme.bar.buttons.notifications.hover" = "${background}"; "theme.bar.buttons.notifications.total" = "${accent}"; "theme.bar.buttons.notifications.icon" = "${accent}"; - "theme.notification.background" = "${background-alt}"; - "theme.notification.actions.background" = "${accent}"; - "theme.notification.actions.text" = "${foreground}"; - "theme.notification.label" = "${accent}"; - "theme.notification.border" = "${background-alt}"; - "theme.notification.text" = "${foreground}"; - "theme.notification.labelicon" = "${accent}"; "theme.osd.bar_color" = "${accent}"; "theme.osd.bar_overflow_color" = "${accent-alt}"; "theme.osd.icon" = "${background}"; @@ -186,6 +179,20 @@ in { "bar.customModules.cava.showIcon" = false; "bar.customModules.cava.stereo" = true; "bar.customModules.cava.showActiveOnly" = true; + "menus.power.lowBatteryNotification" = true; + "notifications.position" = "top right"; + "notifications.showActionsOnHover" = true; + "theme.notification.enableShadow" = true; + "theme.notification.opacity" = 85; + "theme.notification.background" = "${background-alt}"; + "theme.notification.actions.background" = "${accent}"; + "theme.notification.actions.text" = "${foreground}"; + "theme.notification.label" = "${accent}"; + "theme.notification.border" = "${background-alt}"; + "theme.notification.text" = "${foreground}"; + "theme.notification.labelicon" = "${accent}"; + "theme.notification.close_button.background" = "${background-alt}"; + "theme.notification.close_button.label" = "#f38ba8"; }; }; }