summaryrefslogtreecommitdiff
path: root/common/modules/matugen
diff options
context:
space:
mode:
authorbrustybee <bee@4d2.org>2026-03-16 17:06:25 +0530
committerbrustybee <bee@4d2.org>2026-03-16 17:06:25 +0530
commit5cc6194fb34e8b1f1274db2cd9c171d1ae11ff6e (patch)
tree8b2ca97c2623645b0be6e2f34bf26a9cd9fbb9bf /common/modules/matugen
parent14b0ceb90c80793f013ebff6d824c2cead544501 (diff)
Stuff
Diffstat (limited to 'common/modules/matugen')
-rw-r--r--common/modules/matugen/templates/matugen-dunst.nix14
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}}"