update
This commit is contained in:
parent
9619b148ff
commit
d2f4b6f519
6
dunstrc
6
dunstrc
|
|
@ -43,12 +43,12 @@
|
|||
# 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.).
|
||||
transparency = 5
|
||||
transparency = 0
|
||||
|
||||
# Draw a line of "separator_height" pixel height between two
|
||||
# notifications.
|
||||
# Set to 0 to disable.
|
||||
separator_height = 1
|
||||
separator_height = 0
|
||||
|
||||
# Padding between text and separator.
|
||||
padding = 32
|
||||
|
|
@ -196,7 +196,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 = 6
|
||||
corner_radius = 0
|
||||
|
||||
### Legacy
|
||||
|
||||
|
|
|
|||
Reference in New Issue