From e7dabe69be59ffd27c9827753285e782b4df14c0 Mon Sep 17 00:00:00 2001 From: Logan Gartner Date: Sun, 23 May 2021 14:41:32 -0600 Subject: [PATCH] Changed dunst colors --- .config/dunst/dunstrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 534e2db..5acb2d9 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -285,14 +285,16 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#204460" + #background = "#204460" + background = "#282828" foreground = "#dddddd" timeout = 10 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon [urgency_normal] - background = "#204460" + #background = "#204460" + background = "#282832" foreground = "#dddddd" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable