From d2f4b6f519aa54eec05dabc31d2eed8ad45e8a36 Mon Sep 17 00:00:00 2001 From: ray Date: Wed, 18 Mar 2026 18:44:13 +0000 Subject: [PATCH] update --- dunstrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dunstrc b/dunstrc index d5d2943..bd37308 100644 --- a/dunstrc +++ b/dunstrc @@ -43,12 +43,12 @@ # 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 = 5 + transparency = 0 # Draw a line of "separator_height" pixel height between two # notifications. # Set to 0 to disable. - separator_height = 1 + separator_height = 0 # Padding between text and separator. padding = 32 @@ -196,7 +196,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 = 6 + corner_radius = 0 ### Legacy