From 5cc6194fb34e8b1f1274db2cd9c171d1ae11ff6e Mon Sep 17 00:00:00 2001 From: brustybee Date: Mon, 16 Mar 2026 17:06:25 +0530 Subject: Stuff --- common/modules/matugen/templates/matugen-dunst.nix | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'common/modules/matugen/templates/matugen-dunst.nix') diff --git a/common/modules/matugen/templates/matugen-dunst.nix b/common/modules/matugen/templates/matugen-dunst.nix index 443feeb..dae700f 100644 --- a/common/modules/matugen/templates/matugen-dunst.nix +++ b/common/modules/matugen/templates/matugen-dunst.nix @@ -4,20 +4,14 @@ [global] frame_color = "{{colors.primary.default.hex}}" separator_color = "{{colors.primary_container.default.hex}}" + foreground = "{{colors.on_surface.default.hex}}" + highlight = "{{colors.primary.default.hex}}" <* if {{ is_dark_mode }} *> - background = '{{colors.background.default.hex}}' + background = "{{colors.surface.default.hex}}" <* else *> - background = '{{colors.surface_container.default.hex}}' + background = "{{colors.surface_container.default.hex}}" <* endif *> - [urgency_low] - foreground = "{{colors.on_surface.default.hex}}" - highlight = "{{colors.primary.default.hex}}" - - [urgency_normal] - foreground = "{{colors.on_surface.default.hex}}" - highlight = "{{colors.primary.default.hex}}" - [urgency_critical] background = "{{colors.error_container.default.hex}}" foreground = "{{colors.on_error_container.default.hex}}" -- cgit v1.3.1