[global]
    monitor = 0
    follow = none

    width = (300,400)
    origin = top-right
    offset = 11x39
    scale = 0

    # Maximum number of notification (0 means no limit)
    notification_limit = 5

    progress_bar = true
    progress_bar_height = 10
    progress_bar_frame_width = 1
    progress_bar_min_width = 300
    progress_bar_max_width = 300
    progress_bar_corner_radius = 2

    icon_corner_radius = 0

    indicate_hidden = yes

    transparency = 0

    separator_height = 2

    padding = 10
    horizontal_padding = 10

    text_icon_padding = 0
    icon_theme = "Kanagawa"
    enable_recursive_icon_lookup = true

    frame_width = 1

    gap_size = 3
    corner_radius = 2

    sort = yes
    idle_threshold = 120

    font = UbuntuMono Nerd Font Mono 12
    line_height = 0

    markup = full

    alignment = left
    vertical_alignment = center

    show_age_threshold = 60
    word_wrap = yes

    ellipsize = middle
    ignore_newline = no
    stack_duplicates = true
    hide_duplicate_count = false

    show_indicators = yes

    icon_position = left

    min_icon_size = 32
    max_icon_size = 32

    # icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/

    sticky_history = yes
    history_length = 20

    browser = /usr/bin/xdg-open

    always_run_script = true

    title = Dunst
    class = Dunst

    ignore_dbusclose = false
    force_xwayland = false
    force_xinerama = false

    mouse_left_click = do_action, close_current
    mouse_middle_click = close_all
    mouse_right_click = close_current

[experimental]
    per_monitor_dpi = false

[urgency_low]
    foreground = "#DCD7BA"
    background = "#2D4F67"
    highlight = "#658594"
    frame_color = "#658594"
    default_icon = "dialog-information"
    format = "<b><span foreground='#DCD7BA'>%s</span></b>\n%b"

[urgency_normal]
    foreground = "#DCD7BA"
    background = "#1F1F28"
    highlight = "#E6C384"
    frame_color = "#E6C384"
    default_icon = "dialog-warning"
    format = "<b><span foreground='#E6C384'>%s</span></b>\n%b"

[urgency_critical]
    foreground = "#DCD7BA"
    background = "#223249"
    highlight = "#E46876"
    frame_color = "#E46876"
    default_icon = "dialog-error"
    format = "<b><span foreground='#E46876'>%s</span></b>\nAS%b"
