commit 934d4cc588cf56656351a8336cf33fff8743642e parent 35d69dad558e4d2f7823e3aadadc0a639e7682a5 Author: mtmn <miro@haravara.org> Date: Wed, 10 Jun 2026 19:27:12 +0200 dotfiles: change dunst colors Diffstat:
| M | hosts/nixaran/configuration.nix | | | 0 | |
| M | modules/mixins/dotfiles/config/dunst/dunstrc | | | 16 | ++++++++-------- |
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/hosts/nixaran/configuration.nix b/hosts/nixaran/configuration.nix Binary files differ. diff --git a/modules/mixins/dotfiles/config/dunst/dunstrc b/modules/mixins/dotfiles/config/dunst/dunstrc @@ -18,30 +18,30 @@ show_indicators = no stack_duplicates = no [urgency_low] - background = "#383035" + background = "#3d5e57" foreground = "#e0d5b7" timeout = 30 [urgency_normal] - background = "#383035" + background = "#3d5e57" foreground = "#e0d5b7" timeout = 30 [urgency_critical] - background = "#eca28f" - foreground = "#383035" + background = "#4a1e2e" + foreground = "#dde0f8" timeout = 0 [khal_notifier] appname = khal_notifier urgency = normal - background = "#3d5e57" - foreground = "#e0d5b7" + background = "#424381" + foreground = "#dde0f8" timeout = 0 [aerc] appname = aerc urgency = normal - background = "#3d5e57" - foreground = "#e0d5b7" + background = "#424381" + foreground = "#dde0f8" timeout = 0