feat: dunst configured

This commit is contained in:
parent 124f7ac751
commit 47419e74f8

@ -24,16 +24,16 @@
# dynamic width from 0 to 300 # dynamic width from 0 to 300
# width = (0, 300) # width = (0, 300)
# constant width of 300 # constant width of 300
width = 300 width = (0, 300)
# The maximum height of a single notification, excluding the frame. # The maximum height of a single notification, excluding the frame.
height = 300 height = (0, 300)
# Position the notification in the top right corner # Position the notification in the top right corner
origin = top-right origin = top-right
# Offset from the origin # Offset from the origin
offset = 10x50 offset = (50, 10)
# Scale factor. It is auto-detected if value is 0. # Scale factor. It is auto-detected if value is 0.
scale = 0 scale = 0
@ -81,7 +81,7 @@
# 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.). (X11 only) # present (e.g. xcompmgr, compiz, etc.). (X11 only)
transparency = 0 transparency = 99
# Draw a line of "separator_height" pixel height between two # Draw a line of "separator_height" pixel height between two
# notifications. # notifications.
@ -103,7 +103,7 @@
frame_width = 2 frame_width = 2
# Defines color of the frame around the notification window. # Defines color of the frame around the notification window.
frame_color = "#ffffff11" frame_color = "#ff4d00"
# Size of gap to display between notifications - requires a compositor. # Size of gap to display between notifications - requires a compositor.
# If value is greater than 0, separator_height will be ignored and a border # If value is greater than 0, separator_height will be ignored and a border
@ -263,7 +263,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 = 8 corner_radius = 2
# Define which corners to round when drawing the window. If the corner radius # Define which corners to round when drawing the window. If the corner radius
# is set to 0 this option will be ignored. # is set to 0 this option will be ignored.