From f33743bfd1fa3924d67a33ea8816c1b45d92e6a1 Mon Sep 17 00:00:00 2001 From: brustybee Date: Sat, 14 Mar 2026 20:48:08 +0530 Subject: ummmmmm light mode --- common/modules/matugen/templates/matugen-dunst.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 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 9b523d3..443feeb 100644 --- a/common/modules/matugen/templates/matugen-dunst.nix +++ b/common/modules/matugen/templates/matugen-dunst.nix @@ -4,14 +4,17 @@ [global] frame_color = "{{colors.primary.default.hex}}" separator_color = "{{colors.primary_container.default.hex}}" + <* if {{ is_dark_mode }} *> + background = '{{colors.background.default.hex}}' + <* else *> + background = '{{colors.surface_container.default.hex}}' + <* endif *> [urgency_low] - background = "{{colors.surface.default.hex}}" foreground = "{{colors.on_surface.default.hex}}" highlight = "{{colors.primary.default.hex}}" [urgency_normal] - background = "{{colors.surface.default.hex}}" foreground = "{{colors.on_surface.default.hex}}" highlight = "{{colors.primary.default.hex}}" -- cgit v1.3.1