[global]
    font = "Monospace 8"
    allow_markup = yes
    format = "<b>%s</b> %p\n%b"
    sort = yes
    indicate_hidden = true
    geometry = "300x5-30-30"
    transparency = 20
    idle_threshold = 0
    geometry = "300x5-20+20"
    alignment = center
    show_age_threshold = 30
    sticky_history = yes
    follow = mouse
    word_wrap = yes
    separator_height = 2
    padding = 10
    horizontal_padding = 10
    separator_color = frame
    startup_notification = false
    dmenu = "/usr/bin/dmenu -p dunst: -nb #FFFFFF -nf #000000 -sb #94DBFF -sf #000000"
    browser = /usr/bin/firefox -new-tab

[frame]
    width = 0
    color = "#000000"

[shortcuts]
    close = mod4+m
    close_all = mod4+shift+m
    context = mod4+shift+i

[urgency_low]
    background = "#CCCCCC"
    foreground = "#000000"
    timeout = 15

[urgency_normal]
    background = "#DFCFBE"
    foreground = "#000000"
    timeout = 30

[urgency_critical]
    background = "#ff9999"
    foreground = "#000000"
    timeout = 0
