From 06893c0218793c4572d8f2f3d2b260e893074829 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sat, 10 Oct 2020 14:17:27 +0200 Subject: [PATCH] Same frame color as the background --- arch-config/.config/dunst/dunstrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch-config/.config/dunst/dunstrc b/arch-config/.config/dunst/dunstrc index 974ddc9d..6e1f5260 100644 --- a/arch-config/.config/dunst/dunstrc +++ b/arch-config/.config/dunst/dunstrc @@ -294,6 +294,7 @@ # Otherwise the "#" and following would be interpreted as a comment. background = "#331c08" foreground = "#888888" + frame_color = "#331c08" timeout = 10 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon @@ -301,6 +302,7 @@ [urgency_normal] background = "#663811" foreground = "#ffffff" + frame_color = "#663811" timeout = 15 # Icon for notifications with normal urgency, uncomment to enable #icon = /path/to/icon @@ -308,6 +310,7 @@ [urgency_critical] background = "#b2631e" foreground = "#ffffff" + frame_color = "#b2631e" timeout = 30 # Icon for notifications with critical urgency, uncomment to enable #icon = /path/to/icon