This commit is contained in:
Ray Elliott 2026-03-18 18:44:13 +00:00
parent 9619b148ff
commit d2f4b6f519
1 changed files with 3 additions and 3 deletions

View File

@ -43,12 +43,12 @@
# The transparency of the window. Range: [0; 100]. # The transparency of the window. Range: [0; 100].
# This option will only work if a compositing window manager is # This option will only work if a compositing window manager is
# present (e.g. xcompmgr, compiz, etc.). # present (e.g. xcompmgr, compiz, etc.).
transparency = 5 transparency = 0
# Draw a line of "separator_height" pixel height between two # Draw a line of "separator_height" pixel height between two
# notifications. # notifications.
# Set to 0 to disable. # Set to 0 to disable.
separator_height = 1 separator_height = 0
# Padding between text and separator. # Padding between text and separator.
padding = 32 padding = 32
@ -196,7 +196,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 = 6 corner_radius = 0
### Legacy ### Legacy