2021-07-04 14:54:07 +02:00
|
|
|
[global]
|
|
|
|
# Display on first monitor
|
|
|
|
monitor = 0
|
|
|
|
follow = none
|
|
|
|
|
|
|
|
# Appearance
|
2021-07-05 19:31:02 +02:00
|
|
|
geometry = "400x7-15+15"
|
2021-07-04 14:54:07 +02:00
|
|
|
indicate_hidden = yes
|
|
|
|
shrink = no
|
|
|
|
notification_height = 0
|
2021-07-12 14:36:52 +02:00
|
|
|
separator_height = 2
|
|
|
|
separator_color = frame
|
2021-07-04 14:54:07 +02:00
|
|
|
padding = 8
|
|
|
|
horizontal_padding = 8
|
|
|
|
text_icon_padding = 8
|
2021-07-11 11:21:47 +02:00
|
|
|
frame_width = 2
|
|
|
|
frame_color = "#4c7899"
|
2021-07-04 14:54:07 +02:00
|
|
|
transparency = 5
|
|
|
|
font = DejaVu Sans 10
|
|
|
|
line_height = 0
|
|
|
|
|
|
|
|
# Put urgent notifications on top
|
|
|
|
sort = yes
|
|
|
|
|
|
|
|
# Don't remove messages, if the user is idle (no mouse or keyboard input)
|
|
|
|
idle_threshold = 60
|
|
|
|
|
|
|
|
# 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
|
|
|
|
# %n progress value if set without any extra characters
|
|
|
|
# %% Literal %
|
|
|
|
# Markup is allowed
|
|
|
|
format = "<b>%s</b>\n%b"
|
|
|
|
markup = full
|
|
|
|
alignment = left
|
|
|
|
vertical_alignment = center
|
|
|
|
word_wrap = no
|
|
|
|
ellipsize = end
|
|
|
|
ignore_newline = no
|
|
|
|
stack_duplicates = true
|
|
|
|
hide_duplicate_count = true
|
|
|
|
show_indicators = no
|
|
|
|
|
|
|
|
# Progress bar
|
|
|
|
progress_bar = false
|
|
|
|
|
|
|
|
# Icons
|
|
|
|
icon_position = left
|
|
|
|
min_icon_size = 32
|
|
|
|
max_icon_size = 32
|
2021-07-18 19:32:49 +02:00
|
|
|
icon_path = /usr/share/icons/Adwaita:/usr/share/icons/hicolor:/usr/share/icons/gnome
|
2021-07-04 14:54:07 +02:00
|
|
|
|
|
|
|
# History
|
|
|
|
sticky_history = yes
|
|
|
|
history_length = 20
|
|
|
|
|
|
|
|
# Misc
|
|
|
|
dmenu = /usr/bin/dmenu -p dunst:
|
|
|
|
browser = /usr/bin/xdg-open
|
|
|
|
always_run_script = true
|
|
|
|
title = Dunst
|
|
|
|
class = Dunst
|
|
|
|
startup_notification = false
|
|
|
|
verbosity = mesg
|
|
|
|
corner_radius = 0
|
|
|
|
ignore_dbusclose = false
|
|
|
|
|
|
|
|
# Mouse
|
2021-07-09 23:57:12 +02:00
|
|
|
mouse_left_click = do_action
|
|
|
|
mouse_middle_click = close_current
|
|
|
|
mouse_right_click = close_current
|
2021-07-04 14:54:07 +02:00
|
|
|
|
|
|
|
[urgency_low]
|
|
|
|
background = "#222222"
|
|
|
|
foreground = "#888888"
|
|
|
|
timeout = 10
|
|
|
|
|
|
|
|
[urgency_normal]
|
|
|
|
background = "#222222"
|
|
|
|
foreground = "#ffffff"
|
|
|
|
timeout = 10
|
|
|
|
|
|
|
|
[urgency_critical]
|
|
|
|
background = "#900000"
|
|
|
|
foreground = "#ffffff"
|
|
|
|
timeout = 0
|
2021-07-07 18:51:21 +02:00
|
|
|
|
|
|
|
[pushback_all]
|
2021-07-09 23:57:12 +02:00
|
|
|
fullscreen = pushback
|