From 47419e74f8acb7297481287325a3739b139e86c3 Mon Sep 17 00:00:00 2001
From: goodhumored <goodhumored@vk.com>
Date: Wed, 26 Feb 2025 11:49:50 +0300
Subject: [PATCH] feat: dunst configured

---
 .config/dunst/dunstrc | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index 1a3f537..c6ddd6f 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -24,16 +24,16 @@
     # dynamic width from 0 to 300
     # width = (0, 300)
     # constant width of 300
-    width = 300
+    width = (0, 300)
 
     # The maximum height of a single notification, excluding the frame.
-    height = 300
+    height = (0, 300)
 
     # Position the notification in the top right corner
     origin = top-right
 
     # Offset from the origin
-    offset = 10x50
+    offset = (50, 10)
 
     # Scale factor. It is auto-detected if value is 0.
     scale = 0
@@ -81,7 +81,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.). (X11 only)
-    transparency = 0
+    transparency = 99
 
     # Draw a line of "separator_height" pixel height between two
     # notifications.
@@ -103,7 +103,7 @@
     frame_width = 2
 
     # Defines color of the frame around the notification window.
-    frame_color = "#ffffff11"
+    frame_color = "#ff4d00"
 
     # Size of gap to display between notifications - requires a compositor.
     # If value is greater than 0, separator_height will be ignored and a border
@@ -263,7 +263,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 = 8
+    corner_radius = 2
 
     # Define which corners to round when drawing the window. If the corner radius
     # is set to 0 this option will be ignored.