From 60490d096c252dfdd16705ec2ed8e845ba20d92f Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Thu, 10 Aug 2023 01:10:05 +0200 Subject: [PATCH] Dunst add round corners --- .config/dunst/dunstrc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 2546d4d..27231d2 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -11,9 +11,9 @@ transparency = 10 notification_height = 0 separator_height = 0 - gap_size =10 + gap_size = 10 padding = 10 - horizontal_padding = 8 + horizontal_padding = 10 frame_width = 0 # progress bar @@ -27,7 +27,6 @@ idle_threshold = 120 ### Text ### - font = FiraCode 12 line_height = 0 markup = full @@ -50,7 +49,7 @@ ellipsize = middle ignore_newline = no stack_duplicates = true - hide_duplicate_count = false + hide_duplicate_count = true show_indicators = yes ### Icons ### @@ -77,7 +76,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 = 5 ### Legacy