From a007ffe542d41317168dc8773ae6c1c367d14cfc Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sun, 13 Oct 2024 21:22:48 +0200 Subject: [PATCH] Hyprland: Update dunst normal notification frame --- home/modules/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/hyprland/default.nix b/home/modules/hyprland/default.nix index 1906e970..1429b990 100644 --- a/home/modules/hyprland/default.nix +++ b/home/modules/hyprland/default.nix @@ -342,7 +342,7 @@ in { }; urgency_normal = { - frame_color = "#${color.light.yellow}"; + frame_color = "#${color.light.green}"; }; urgency_critical = {