dunstrc (758B)
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 frame_color = "#89b4fa" 14 separator_color = frame 15 highlight = "#89b4fa" 16 17 [urgency_low] 18 # IMPORTANT: colors have to be defined in quotation marks. 19 # Otherwise the "#" and following would be interpreted as a comment. 20 background = "#1e1e2e" 21 foreground = "#cdd6f4" 22 timeout = 10 23 24 [urgency_normal] 25 background = "#1e1e2e" 26 foreground = "#cdd6f4" 27 timeout = 10 28 29 [urgency_critical] 30 background = "#1e1e2e" 31 foreground = "#cdd6f4" 32 frame_color = "#fab387" 33 timeout = 0