From 0e4410594fbfd02b34776c83ea4ad6a39e21b871 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Thu, 3 Dec 2020 18:09:51 +0530 Subject: fix res --- dunst/.config/dunst/dunstrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dunst') diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index 21b5612..60b6658 100755 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -67,16 +67,16 @@ # Set the background and foreground (text) color for all notifications [urgency_low] -background = "#000000" +background = "#101010" foreground = "#eeffff" timeout = 5 [urgency_normal] -background = "#000000" +background = "#101010" foreground = "#eeffff" timeout = 5 [urgency_critical] -background = "#000000" +background = "#101010" foreground = "#eeffff" timeout = 0 -- cgit v1.2.3