From 3d25e1799b9d6116dc33b4d2ab9eb3037eb70932 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 26 Mar 2025 17:01:59 +0100 Subject: [PATCH] Change notification opacity Former-commit-id: f07a41a7d1b820402909884329e208fa588b7140 --- home/system/hyprpanel/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home/system/hyprpanel/default.nix b/home/system/hyprpanel/default.nix index f9d7f9d..98240a0 100644 --- a/home/system/hyprpanel/default.nix +++ b/home/system/hyprpanel/default.nix @@ -23,6 +23,8 @@ let transparent = config.theme.bar.transparent; position = config.theme.bar.position; + notificationOpacity = 90; + location = config.var.location; in { @@ -187,7 +189,7 @@ in { "notifications.position" = "top right"; "notifications.showActionsOnHover" = true; "theme.notification.enableShadow" = true; - "theme.notification.opacity" = 85; + "theme.notification.opacity" = notificationOpacity; "theme.notification.background" = "${background-alt}"; "theme.notification.actions.background" = "${accent}"; "theme.notification.actions.text" = "${foreground}";