# See dunst(5) for all configuration options

[global]
    ### Display ###

    monitor = 1
    follow = none

    ### Geometry ###

    geometry = "300x30-5+60"
    frame_width = 1
    origin = top-right
    offset = 10x50
    scale = 0
    notification_limit = 0

    ### Progress bar ###

    progress_bar = true
    progress_bar_height = 10
    progress_bar_frame_width = 1
    progress_bar_min_width = 150
    progress_bar_max_width = 300
    progress_bar_corner_radius = 0

    indicate_hidden = yes
    transparency = 40
    separator_height = 2
    padding = 8
    horizontal_padding = 8
    text_icon_padding = 0
    frame_width = 1

    frame_color = "#4287f5"
    gap_size = 0
    separator_color = frame
    sort = yes

    ### Text ###

    font = Noto Sans 10
    line_height = 0
    markup = full

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

    alignment = left
    vertical_alignment = center
    show_age_threshold = 60
    ellipsize = middle

    ignore_newline = no
    stack_duplicates = true
    hide_duplicate_count = false
    show_indicators = yes

    ### Icons ###

    enable_recursive_icon_lookup = true
    icon_theme = candy-icons

    icon_position = left
    min_icon_size = 32
    max_icon_size = 128
    icon_path = ~/.config/dust/icons

    ### History ###

    sticky_history = yes
    history_length = 20

    ### Misc/Advanced ###

    # dmenu path.
    dmenu = /usr/bin/dmenu -p dunst:
    browser = /usr/bin/xdg-open
    always_run_script = true

    title = Dunst

    # Define the class of the windows spawned by dunst
    class = Dunst
    corner_radius = 5
    ignore_dbusclose = false

    ### Wayland ###
    # These settings are Wayland-specific. They have no effect when using X11

    # Uncomment this if you want to let notifications appear under fullscreen
    # applications (default: overlay)
    # layer = top

    # Set this to true to use X11 output on Wayland.
    force_xwayland = false

    ### Legacy

    force_xinerama = false

    ### mouse

    mouse_left_click = close_current
    mouse_middle_click = do_action, close_current
    mouse_right_click = close_all

[experimental]
   per_monitor_dpi = false


[urgency_low]
    background = "#2F343F"
    foreground = "#888888"
    timeout = 3
    icon_position=off
    # Icon for notifications with low urgency, uncomment to enable
    # default_icon = ~/.config/dunst/icons/volume.png

[urgency_normal]
    background = "#2F343F"
    foreground = "#ffffff"
    timeout = 4
    # Icon for notifications with normal urgency, uncomment to enable
    #default_icon = /path/to/icon

[urgency_critical]
    background = "#00003F"
    foreground = "#FF0000"
    timeout = 0
    # Icon for notifications with critical urgency, uncomment to enable
    #default_icon = /path/to/icon


[screenshot]
    summary = "Screenshot Saved"
    new_icon = gnome-screenshot
    timeout = 3

[Phone-conected]
    summary = "Phone Plugged"
    new_icon = phone
    timeout = 3

[Phone-disconected]
    summary = "Phone Disconnected"
    new_icon = phone
    timeout = 3

[openrazer_battery_ignore]
    appname = OpenRazer Daemon
    summary = *Battery*
    skip_display = true

# [Tauon]
#     appname = Tauon
#     summary = "Next track"
#     new_icon = /home/mahalo/photos/icons/svgs/music.svg
#     timeout = 2
