diff --git a/config/dunst/dunstrc b/config/dunst/dunstrc index 3f19786..ab482a6 100644 --- a/config/dunst/dunstrc +++ b/config/dunst/dunstrc @@ -61,10 +61,10 @@ # Defines width in pixels of frame around the notification window. # Set to 0 to disable. - frame_width = 3 + frame_width = 1 # Defines color of the frame around the notification window. - frame_color = "#aaaaaa" + frame_color = "#E95420" # Define a color for the separator. # possible values are: @@ -85,7 +85,7 @@ ### Text ### - font = Monospace 8 + font = Monospace 10 # The spacing between lines. If the height is smaller than the # font height, it will get raised to the font height. @@ -268,7 +268,7 @@ #icon = /path/to/icon [urgency_normal] - background = "#285577" + background = "#2C001E" foreground = "#ffffff" timeout = 10 # Icon for notifications with normal urgency, uncomment to enable