# See dunst(5) for all configuration options

[global]

    monitor = 0

    follow = mouse

    width = (111, 444)

    height = 222

    origin = top-right

    offset = 15x55

    scale = 0

    notification_limit = 0

    progress_bar = true

    progress_bar_height = 10

    progress_bar_frame_width = 1


    progress_bar_min_width = 150

    progress_bar_max_width = 300

    indicate_hidden = yes

    transparency = 0

    separator_height = 5

    padding = 15

    horizontal_padding = 15

    text_icon_padding = 0

    frame_width = 0

    frame_color = "#061115"

    separator_color = frame

    sort = yes

    font = Iosevka Medium Italic 10

    line_height = 0

    markup = full

    format = "<b>%s</b>\n%b"

    alignment = center

    vertical_alignment = center

    show_age_threshold = 60

    ellipsize = middle

    ignore_newline = yes

    stack_duplicates = true

    hide_duplicate_count = false

    show_indicators = no

    icon_position = left

    icon_size = 48

    max_icon_size = 80

[urgency_low]
    # IMPORTANT: colors have to be defined in quotation marks.
    # Otherwise the "#" and following would be interpreted as a comment.
    background = "#061115"
    foreground = "#D9D7D6"
    highlight  = "#D9D7D6"
    timeout = 6

[urgency_normal]
    background = "#061115"
    foreground = "#D9D7D6"
    highlight  = "#D9D7D6"
    highlight-background = "#08151a"
    timeout = 6

[urgency_critical]
    background = "#061115"
    foreground = "#D9D7D6"
    highlight  = "#D9D7D6"
    timeout = 10
