###################################
#
# Config file created with
# dunst_xr_theme_changer.sh wrapper
#
###################################

# NOTE: This file is automatically generated by pywal. Do not edit it by hand.

[global]
    geometry = "300x60-20+48"

    # Show multiple notifications in the same box
    separator_height = 0

    # Add vertical padding to the inside of the notification
    padding = 16

    # Add horizontal padding for when the text gets long enough
    horizontal_padding = 16

    # The frame color and width of the notification
    frame_width = 1

    # How long a user needs to be idle for sticky notifications
    idle_threshold = 120

    # Font and typography settings
    font = Monospace 11
    alignment = left
    word_wrap = yes

    line_height = 4
    max_icon_size = 70

    # Format for how notifications will be displayed
    # Usage: `notify-send 'Title' 'Summary'`
    format = "<b>%s</b>\n%b"

    # Allow some HTML tags like <i> and <u> in notifications
    markup = full

# These are the keybindings used to control dunst notifications
[shortcuts]
    close = ctrl+space
    close_all = ctrl+shift+space
    history = ctrl+grave

# Set the background and foreground (text) color for all notifications
[urgency_low]
    background = "#282c34"
    foreground = "#61afef"

[urgency_normal]
    background = "#282c34"
    foreground = "#98c379"

[urgency_critical]
    background = "#282c34"
    foreground = "#e06c75"

# vim:ft=cfg
