From c51cb70732bb59e9e3a8e5b16c3b58c94820debd Mon Sep 17 00:00:00 2001 From: Sam Date: Sat, 27 Jul 2024 11:12:16 +0100 Subject: [PATCH] Change dunst border for urgen notifications --- home/common/optional/desktop/dwm/dunst.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/common/optional/desktop/dwm/dunst.nix b/home/common/optional/desktop/dwm/dunst.nix index 011ef49..81f57de 100644 --- a/home/common/optional/desktop/dwm/dunst.nix +++ b/home/common/optional/desktop/dwm/dunst.nix @@ -171,7 +171,7 @@ urgency_critical = { background = "#${config.colorScheme.colors.base08}"; foreground = "#${config.colorScheme.colors.base05}"; - frame_color = "#${config.colorScheme.colors.base00}"; + frame_color = "#${config.colorScheme.colors.base05}"; timeout = 0; }; };