[global] font = Monospace 11 # 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 # Markup is allowed format = "%a\n%s\n%b" # Sort messages by urgency sort = yes # Show how many messages are currently hidden (because of geometry) indicate_hidden = yes # alignment of message text. # Possible values are "left", "center" and "right" alignment = left # show age of message if message is older than show_age_threshold seconds. # set to -1 to disable show_age_threshold = 60 # split notifications into multiple lines if they don't fit into geometry word_wrap = yes # ignore newlines '\n' in notifications ignore_newline = no width = 300 offset = 20x20 # The transparency of the window. range: [0; 100] # This option will only work if a compositing windowmanager is present (e.g. xcompmgr, compiz, etc..) transparency = 0 # Don't remove messages, if the user is idle (no mouse or keyboard input) # for longer than idle_threshold seconds. # Set to 0 to disable. idle_threshold = 120 # Display notification on focused monitor. Possible modes are: # mouse: follow mouse pointer # keyboard: follow window with keyboard focus # none: don't follow anything # # "keyboard" needs a windowmanager that exports the _NET_ACTIVE_WINDOW property. # This should be the case for almost all modern windowmanagers. # # If this option is set to mouse or keyboard, the monitor option will be # ignored. follow = mouse # should a notification popped up from history be sticky or # timeout as if it would normally do. sticky_history = yes # The height of a single line. If the height is smaller than the font height, # it will get raised to the font height. # This adds empty space above and under the text. line_height = 0 # Draw a line of 'separatpr_height' pixel height between two notifications. # Set to 0 to disable separator_height = 2 padding = 8 horizontal_padding = 8 frame_width = 2 frame_color = "#3f3f3f" dmenu = /usr/bin/dmenu -p dunst: browser = /usr/bin/firefox -new-tab [urgency_low] background = "#222222" foreground = "#eceff4" timeout = 10 [urgency_normal] background = "#000" foreground = "#fff" timeout = 10 [urgency_critical] background = "#bf616a" foreground = "#eceff4" timeout = 0