[global]
    follow = mouse
    indicate_hidden = yes
    offset = 10x10
    notification_height = 0
    separator_height = 2
    padding = 8
    horizontal_padding = 8
    text_icon_padding = 0
    frame_width = 2
    frame_color = "#595959"
    separator_color = frame
    sort = yes
    idle_threshold = 120
    font = Open Sans 10
    line_height = 0
    markup = full
    alignment = left
    vertical_alignment = center
    show_age_threshold = 60
    word_wrap = yes
    stack_duplicates = true
    hide_duplicate_count = false
    show_indicators = yes
    min_icon_size = 32
    max_icon_size = 64
    title = Dunst
    class = Dunst
    corner_radius = 10
    timeout = 3

[urgency_low]
    background = "#1e1e1e"
    foreground = "#fffee3"

[urgency_normal]
    background = "#0A0B11"
    foreground = "#e6e1cf"

[urgency_critical]
    background = "#F25056"
    foreground = "#0A0B11"
    frame_color = "#FAB387"