dunstrc (873B)
1 [global] 2 monitor = 0 3 follow = keyboard 4 width = 370 5 height = (0, 350) 6 origin = top-right 7 offset = (0,19) 8 padding = 2 9 horizontal_padding = 10 10 transparency = 25 11 font = Monospace 12 12 format = "<b>%s</b>\n%b" 13 14 [urgency_low] 15 # IMPORTANT: colors have to be defined in quotation marks. 16 # Otherwise the "#" and following would be interpreted as a comment. 17 background = "#282a36" 18 foreground = "#6272a4" 19 timeout = 10 20 # Icon for notifications with low urgency, uncomment to enable 21 #new_icon = /path/to/icon 22 23 [urgency_normal] 24 background = "#282a36" 25 foreground = "#bd93f9" 26 timeout = 10 27 # Icon for notifications with normal urgency, uncomment to enable 28 #new_icon = /path/to/icon 29 30 [urgency_critical] 31 background = "#ff5555" 32 foreground = "#f8f8f2" 33 frame_color = "#ff5555" 34 timeout = 0