# https://dunst-project.org/documentation/

[global]

    monitor = 0
    follow = keyboard
    enable_posix_regex = true
    width = (137,920)
    height = 690
    notification_limit = 9
    origin = top-right
    offset = 6x26
    scale = 0
    progress_bar = true
    progress_bar_horizontal_alignment = left
    progress_bar_height = 2
    progress_bar_min_width = 127
    progress_bar_max_width = 960
    progress_bar_frame_width = 0
    indicate_hidden = true
    transparency = 0
    separator_height = 6
    padding = 12
    horizontal_padding = 12
    text_icon_padding = 12
    frame_width = 1
    gap_size = 2
    separator_color = frame
    sort = update
    idle_threshold = 0
#   layer
#   force_xwayand
    font = "Source Code Pro 7"
    line_height = 0
#   format
    vertical_alignment = center
    show_age_threshold = 60
    ignore_newline = false
    stack_duplicates = true
    hide_duplicate_count = false
    show_indicators = true
#   icon_path
#   icon_theme
    enable_recursive_icon_lookup = false
    sticky_history = true
    history_length = 20
#   dmenu
#   browser
#   always_run_script
#   title
#   class
#   force_xinerama
    corner_radius = 0
#   corners = all
#   mouse_[left/middle/right]_click
    ignore_dbusclose = false

    # Close current notification with Super+Escape
    close = mod4+Escape
    # You might want to set related shortcuts too:
    close_all = mod4+shift+Escape

[urgency_low]
    frame_color = "#19191999"
    background = "#22222299"
    foreground = "#96969699"
    highlight = "#96969699"
    timeout = 9
    fullscreen = pushback

[urgency_normal]
    frame_color = "#96969699"
    background = "#22222299"
    foreground = "#969696"
    highlight = "#96969699"
    timeout = 9
    fullscreen = pushback

[urgency_critical]
    frame_color = "#c4784899"
    background = "#22222299"
    foreground = "#c47848"
    highlight = "#96969699"
    timeout = 0
    fullscreen = show