2021-07-04 14:54:07 +02:00
|
|
|
[global]
|
|
|
|
# Display on first monitor
|
|
|
|
monitor = 0
|
|
|
|
follow = none
|
|
|
|
|
|
|
|
# Appearance
|
2022-04-26 16:28:45 +02:00
|
|
|
width = 400
|
2024-12-21 09:51:50 +01:00
|
|
|
offset = (5, 17)
|
2022-04-26 16:28:45 +02:00
|
|
|
origin = top-right
|
2021-07-04 14:54:07 +02:00
|
|
|
indicate_hidden = yes
|
|
|
|
shrink = no
|
2022-04-26 16:28:45 +02:00
|
|
|
notification_limit = 6
|
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
|
2021-09-09 08:50:15 +02:00
|
|
|
font = Cantarell 10
|
2021-07-04 14:54:07 +02:00
|
|
|
line_height = 0
|
2023-04-25 22:33:05 +02:00
|
|
|
corner_radius = 5
|
2023-04-28 08:10:18 +02:00
|
|
|
icon_corner_radius = 5
|
2021-07-04 14:54:07 +02:00
|
|
|
|
|
|
|
# Put urgent notifications on top
|
|
|
|
sort = yes
|
|
|
|
|
|
|
|
# Don't remove messages, if the user is idle (no mouse or keyboard input)
|
|
|
|
idle_threshold = 60
|
2023-04-29 07:53:22 +02:00
|
|
|
# Don't show age of old messages
|
|
|
|
show_age_threshold = -1
|
2021-07-04 14:54:07 +02:00
|
|
|
|
|
|
|
# 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
|
2022-01-18 09:43:44 +01:00
|
|
|
vertical_alignment = top
|
2021-07-04 14:54:07 +02:00
|
|
|
word_wrap = no
|
|
|
|
ellipsize = end
|
|
|
|
ignore_newline = no
|
|
|
|
stack_duplicates = true
|
|
|
|
hide_duplicate_count = true
|
|
|
|
show_indicators = no
|
|
|
|
|
|
|
|
# Progress bar
|
2022-05-11 20:54:02 +02:00
|
|
|
progress_bar = true
|
2021-07-04 14:54:07 +02:00
|
|
|
|
|
|
|
# Icons
|
|
|
|
icon_position = left
|
|
|
|
min_icon_size = 32
|
|
|
|
max_icon_size = 32
|
2022-05-06 10:24:21 +02:00
|
|
|
# echo /usr/share/icons/{Adwaita,gnome}/{512x512,256x256,48x48}/{devices,status}(N) | tr ' ' ':'
|
2022-06-12 16:28:42 +02:00
|
|
|
icon_path = /usr/share/icons/Adwaita/512x512/devices:/usr/share/icons/Adwaita/512x512/status:/usr/share/icons/Adwaita/256x256/status:/usr/share/icons/Adwaita/48x48/devices:/usr/share/icons/Adwaita/48x48/status:/usr/share/icons/gnome/256x256/devices:/usr/share/icons/gnome/256x256/status:/usr/share/icons/gnome/48x48/devices:/usr/share/icons/gnome/48x48/status:/home/bernat/.nix-profile/share/icons/hicolor/64x64/apps
|
2021-07-04 14:54:07 +02:00
|
|
|
|
|
|
|
# History
|
|
|
|
sticky_history = yes
|
|
|
|
history_length = 20
|
|
|
|
|
|
|
|
# Misc
|
2021-07-22 12:54:22 +02:00
|
|
|
dmenu = rofi -dmenu -p dunst
|
2021-07-04 14:54:07 +02:00
|
|
|
browser = /usr/bin/xdg-open
|
|
|
|
always_run_script = true
|
|
|
|
title = Dunst
|
|
|
|
class = Dunst
|
|
|
|
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
|