{ colors, fonts, ... }:
''
[global]
alignment = left
browser = firefox -new-tab
corner_radius = 2
dmenu = rofi -dmenu -p dunst:
follow = none
font = ${fonts.sans.name} ${toString(fonts.sans.size)}
format = "<b>%s</b>\n%b"
frame_color = "${colors.types.border}"
frame_width = 1
origin = top-right
width = 440
height = 15
offset = -26, +26
history_length = 20
horizontal_padding = 16
icon_position = right
idle_threshold = 120
ignore_newline = no
indicate_hidden = yes
line_height = 0
markup = full
max_icon_size = 64
monitor = 0
padding = 20
separator_color = auto
separator_height = 4
show_age_threshold = 60
show_indicators = yes
shrink = no
sort = yes
sticky_history = yes
transparency = 5
word_wrap = yes

[urgency_low]
background = "${colors.types.bg}"
foreground = "${colors.types.fg}"
timeout = 8

[urgency_normal]
background = "${colors.types.panelbg}"
foreground = "${colors.types.fg}"
timeout = 14

[urgency_critical]
background = "#cc6666"
foreground = "${colors.types.bg}"
timeout = 0
''
