59 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			59 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # See dunst(5) for all configuration options
 | |
| 
 | |
| [global]
 | |
|     ### Geometry ###
 | |
|     # dynamic width from 0 to 300
 | |
|     # width = (0, 300)
 | |
|     # constant width of 300
 | |
|     width = 400
 | |
|     # The maximum height of a single notification, excluding the frame.
 | |
|     height = 400
 | |
|     # Position the notification in the top right corner
 | |
|     origin = top-right
 | |
|     # Offset from the origin
 | |
|     offset = 25x50
 | |
|     # Scale factor. It is auto-detected if value is 0.
 | |
|     scale = 0
 | |
| 
 | |
|     ### Progress bar ###
 | |
|     progress_bar = false
 | |
| 
 | |
|     # Padding between text and separator.
 | |
|     padding = 8
 | |
|     horizontal_padding = 8
 | |
|     frame_width = 2
 | |
| 
 | |
|     # Defines color of the frame around the notification window.
 | |
|     frame_color = "#333"
 | |
|     background = "#222"
 | |
|     foreground = "#fff"
 | |
|     corner_radius = 0
 | |
|     separator_color = frame
 | |
|     sort = yes
 | |
| 
 | |
|     ### Text ###
 | |
| 
 | |
|     font = FuraCodeNerdFont-13
 | |
|     line_height = 2
 | |
|     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
 | 
