diff --git a/home-manager/home.nix b/home-manager/home.nix index f95d8da..7da2618 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -243,11 +243,21 @@ in font = "${FONT}"; corner_radius = "${CORNER_RADIUS}"; }; + urgency_low = { + background = "#${GREEN}"; + foreground = "#${FG}"; + frame_color = "#${DARK_GREEN}"; + }; urgency_normal = { background = "#${BLUE}"; foreground = "#${FG}"; frame_color = "#${DARK_BLUE}"; }; + urgency_critical = { + background = "#${RED}"; + foreground = "#${FG}"; + frame_color = "#${DARK_RED}"; + }; }; }; }; @@ -263,7 +273,7 @@ in exec-once="hypridle"; exec-once="dunst"; ''; - settings = #DB542F{ + settings = { "$mod" = "SUPER"; general = { gaps_in = "${GAPS_IN}";