commit 6ac8e85156610f2e31f045ad919dd20c21f0165a parent 1373afec5c7bea3b005d9e3d27f9f86a0c41b9d5 Author: awy <awy@awy.one> Date: Sat, 19 Apr 2025 18:38:48 +0300 update Diffstat:
M | .config/dunst/dunstrc | | | 40 | +++++++++++++++++++--------------------- |
1 file changed, 19 insertions(+), 21 deletions(-)
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc @@ -1,28 +1,26 @@ [global] - monitor = 0 - follow = keyboard - width = 400 - height = 400 - offset = 10x10 - padding = 2 - horizontal_padding = 2 - transparency = 25 - font = monospace 14 - format = "<b>%s</b>\n%b" + monitor = 0 + follow = keyboard + width = 400 + height = 400 + offset = 10x10 + padding = 10 + horizontal_padding = 2 + transparency = 25 + font = monospace 14 + format = "<b>%s</b>\n%b" + frame_color = "#cba6f7" + background = "#1e1e2eaa" + foreground = "#cdd6f4" + gap_size = 5 + corner_radius = 5 + frame_width = 1 [urgency_low] - background = "#282828AA" - foreground = "#fbf1c7" - timeout = 3 + timeout = 3 [urgency_normal] - background = "#282828AA" - foreground = "#fbf1c7" - frame_color = "#83a598" - timeout = 5 + timeout = 5 [urgency_critical] - background = "#282828AA" - foreground = "#fbf1c7" - frame_color = "#83a598" - timeout = 10 + timeout = 10