diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/dunst/dunstrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 07adb9e..3716934 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -32,17 +32,17 @@ context = ctrl+shift+period [urgency_low] - background = "#282828" + background = "#1d2021" foreground = "#ebdbb2" timeout = 5 [urgency_normal] - background = "#282828" + background = "#1d2021" foreground = "#ebdbb2" timeout = 20 [urgency_critical] - background = "#282828" + background = "#1d2021" foreground = "#ebdbb2" timeout = 0 |