From 12baaa2bd29908f52c301546c3f5c6bc6a864e06 Mon Sep 17 00:00:00 2001 From: fbachus Date: Fri, 10 Jan 2025 02:10:23 +0100 Subject: [PATCH] feat(dunst): improve design and update syntax --- .config/dunst/dunstrc | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 4ff9f16..7d0d0b0 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -4,24 +4,26 @@ follow = none sort = yes - width = (0,400) - height = 300 + width = (0,600) transparency = 30 padding = 6 horizontal_padding = 6 - frame_width = 2 + frame_width = 1 frame_color = "#00c0b0" + corner_radius = 3 + icon_corner_radius = 3 separator_height = 3 separator_color = frame gap_size = 5 origin = top-right - offset = 20x20 + offset = (60,20) scale = 0 - notification_limit = 0 + notification_limit = 5 + timeout = 8 progress_bar = true progress_bar_height = 5 @@ -29,4 +31,4 @@ progress_bar_min_width = 150 progress_bar_max_width = 250 - font = HurmitNerdFont 12 + font = HurmitNerdFont 13