Dunst add round corners

This commit is contained in:
Przemek Grondek 2023-08-10 01:10:05 +02:00
parent 81c4c15ed9
commit 60490d096c

View File

@ -11,9 +11,9 @@
transparency = 10 transparency = 10
notification_height = 0 notification_height = 0
separator_height = 0 separator_height = 0
gap_size =10 gap_size = 10
padding = 10 padding = 10
horizontal_padding = 8 horizontal_padding = 10
frame_width = 0 frame_width = 0
# progress bar # progress bar
@ -27,7 +27,6 @@
idle_threshold = 120 idle_threshold = 120
### Text ### ### Text ###
font = FiraCode 12 font = FiraCode 12
line_height = 0 line_height = 0
markup = full markup = full
@ -50,7 +49,7 @@
ellipsize = middle ellipsize = middle
ignore_newline = no ignore_newline = no
stack_duplicates = true stack_duplicates = true
hide_duplicate_count = false hide_duplicate_count = true
show_indicators = yes show_indicators = yes
### Icons ### ### Icons ###
@ -77,7 +76,7 @@
# corners. # corners.
# The radius will be automatically lowered if it exceeds half of the # The radius will be automatically lowered if it exceeds half of the
# notification height to avoid clipping text and/or icons. # notification height to avoid clipping text and/or icons.
corner_radius = 0 corner_radius = 5
### Legacy ### Legacy