# See dunst(5) for all configuration options [global] ### Geometry ### # dynamic width from 0 to 300 # width = (0, 300) # constant width of 300 width = 200 # The maximum height of a single notification, excluding the frame. height = 200 # Position the notification in the top right corner origin = top-right # Offset from the origin offset = 15x28 # Scale factor. It is auto-detected if value is 0. scale = 0 ### Progress bar ### progress_bar = false # Padding between text and separator. padding = 2 horizontal_padding = 2 frame_width = 1 # Defines color of the frame around the notification window. frame_color = "#333" background = "#222" foreground = "#fff" corner_radius = 0 separator_color = frame sort = yes # Timeouts idle_threshold = 10 timeout = 10 ### Text ### font = "FuraCodeNerdFont 8" line_height = 1 markup = no # The format of the message. Possible variables are: # %a appname # %s summary # %b body # %i iconname (including its path) # %I iconname (without its path) # %p progress value if set ([ 0%] to [100%]) or nothing # %n progress value if set without any extra characters # %% Literal % # Markup is allowed format = "%s\n%b" ignore_newline = no enable_recursive_icon_lookup = false icon_position = off ### Misc/Advanced ### # Always run rule-defined scripts, even if the notification is suppressed always_run_script = false