Files
Henrik Bakken 6a1e5cbc3b dunst
2025-09-03 14:17:06 +02:00

46 lines
1.4 KiB
Plaintext

[global]
width = (0, 600)
height = (0, 300)
origin = top-right
offset = (10, 50)
notification_limit = 200 # Maximum number of notification (0 means no limit)
frame_width = 1 # Defines width in pixels of frame around the notification window. Set to 0 to disable.
frame_color = "#788388"
separator_color = #263238
font = Noto Sans 10
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# Markup is allowed
format = "<b>%s</b> %p\n%b"
icon_position = off # Align icons left/right/off
icon_path = /usr/share/icons/Adwaita/16x16/status/:/usr/share/icons/Adwaita/16x16/devices/ # Paths to default icons.
sticky_history = no
history_length = 100 # Maximum amount of notifications kept in history
[urgency_low]
background = "#263238"
foreground = "#556064"
timeout = 20
default_icon = dialog-information
[urgency_normal]
background = "#263238"
foreground = "#F9FAF9"
timeout = 40
override_pause_level = 30
default_icon = dialog-information
[urgency_critical]
background = "#D62929"
foreground = "#F9FAF9"
timeout = 0
override_pause_level = 60
default_icon = dialog-warning
# vim: ft=cfg