diff --git a/dunst/dunstrc b/dunst/dunstrc index 323ea1a..46a64fd 100644 --- a/dunst/dunstrc +++ b/dunst/dunstrc @@ -41,7 +41,7 @@ # The transparency of the window. Range: [0; 100]. # This option will only work if a compositing window manager is # present (e.g. xcompmgr, compiz, etc.). - transparency = 50 + transparency = 40 # The height of the entire notification. If the height is smaller # than the font height and padding combined, it will be raised @@ -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 = "#A9635E" # Define a color for the separator. # possible values are: @@ -72,7 +72,7 @@ # * foreground: use the same color as the foreground; # * frame: use the same color as the frame; # * anything else will be interpreted as a X color. - separator_color = frame + separator_color = auto # Sort messages by urgency. sort = yes @@ -223,7 +223,7 @@ # corners. # The radius will be automatically lowered if it exceeds half of the # notification height to avoid clipping text and/or icons. - corner_radius = 0 + corner_radius = 6 # Ignore the dbus closeNotification message. # Useful to enforce the timeout set by dunst configuration. Without this