From 0e3dd76acedb84ddfda4e4a33ed025f390847562 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Sat, 18 Jul 2020 00:42:42 +0530 Subject: beep --- dunst/.config/dunst/dunstrc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'dunst') diff --git a/dunst/.config/dunst/dunstrc b/dunst/.config/dunst/dunstrc index a016753..178e4ec 100644 --- a/dunst/.config/dunst/dunstrc +++ b/dunst/.config/dunst/dunstrc @@ -1,6 +1,6 @@ [global] # Make the width 3740 (3840 - 100), have 50 left margin and 95 above - geometry = "350x5-10+30" + geometry = "350x5-10+25" monitor = 0 follow = keyboard indicate_hidden = yes @@ -19,7 +19,7 @@ horizontal_padding = 14 # The frame color and width of the notification - frame_color = "#000000" + frame_color = "#5b5b5b" frame_width = 5 line_height = 0 @@ -67,18 +67,18 @@ # Set the background and foreground (text) color for all notifications [urgency_low] -background = "#09090d" -foreground = "#839496" +background = "#f3f4f5" +foreground = "#2f2f2f" timeout = 5 [urgency_normal] -background = "#0c0d0d" -foreground = "#c6c8d1" +background = "#f3f4f5" +foreground = "#2f2f2f" timeout = 5 [urgency_critical] -background = "#ffffff" -foreground = "#000000" +background = "#f3f4f5" +foreground = "#2f2f2f" timeout = 0 # vim:ft=cfg -- cgit v1.2.3