dunstrc (613B)
1 [global] 2 monitor = 0 3 follow = keyboard 4 width = 370 5 height = (0, 350) 6 origin = top-center 7 offset = (0, 38) 8 padding = 4 9 horizontal_padding = 10 10 transparency = 10 11 font = Monospace 12 12 format = "<b>%s</b>\n%b" 13 frame_color = "#ffff00" 14 separator_color = frame 15 16 17 [urgency_low] 18 background = "#0faaaa 19 foreground = "#000000" 20 timeout = 10 21 22 [urgency_normal] 23 background = "#00ffff" 24 foreground = "#000000" 25 timeout = 10 26 27 [urgency_critical] 28 background = "#ff0000" 29 foreground = "#000000" 30 frame_color = "#cc0000" 31 timeout = 0 32 33 # vim: ft=cfg