From d4a5146923eb18780cd7d6d53fe14cd394240942 Mon Sep 17 00:00:00 2001 From: Atreya Bain Date: Mon, 22 Feb 2021 19:00:25 +0530 Subject: [PATCH] dip the transparency and add more sane settings --- dunst/dunstrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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