diff options
| author | brustybee <bee@4d2.org> | 2026-03-16 17:06:25 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-16 17:06:25 +0530 |
| commit | 5cc6194fb34e8b1f1274db2cd9c171d1ae11ff6e (patch) | |
| tree | 8b2ca97c2623645b0be6e2f34bf26a9cd9fbb9bf /common/modules/matugen/templates | |
| parent | 14b0ceb90c80793f013ebff6d824c2cead544501 (diff) | |
Stuff
Diffstat (limited to 'common/modules/matugen/templates')
| -rw-r--r-- | common/modules/matugen/templates/matugen-dunst.nix | 14 |
1 files changed, 4 insertions, 10 deletions
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}}" |
