diff options
| author | brustybee <bee@4d2.org> | 2026-03-14 20:48:08 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-14 20:48:08 +0530 |
| commit | f33743bfd1fa3924d67a33ea8816c1b45d92e6a1 (patch) | |
| tree | 32100d087fac464626a5df68ca9c1949c5d473e5 /common/modules/matugen/templates/matugen-dunst.nix | |
| parent | 8ae1bc8bc07b938a7fa44106ce699ad0dc17b510 (diff) | |
ummmmmm light mode
Diffstat (limited to 'common/modules/matugen/templates/matugen-dunst.nix')
| -rw-r--r-- | common/modules/matugen/templates/matugen-dunst.nix | 7 |
1 files changed, 5 insertions, 2 deletions
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}}" |
