2023-01-14 13:24:02 +01:00
|
|
|
# See dunst(5) for all configuration options
|
|
|
|
|
|
|
|
[global]
|
|
|
|
### Geometry ###
|
|
|
|
# dynamic width from 0 to 300
|
|
|
|
# width = (0, 300)
|
|
|
|
# constant width of 300
|
2023-03-28 18:19:41 +02:00
|
|
|
width = 200
|
2023-01-14 13:24:02 +01:00
|
|
|
# The maximum height of a single notification, excluding the frame.
|
2023-03-28 18:19:41 +02:00
|
|
|
height = 200
|
2023-01-14 13:24:02 +01:00
|
|
|
# Position the notification in the top right corner
|
|
|
|
origin = top-right
|
|
|
|
# Offset from the origin
|
2023-11-08 11:02:15 +01:00
|
|
|
offset = 15x28
|
2023-01-14 13:24:02 +01:00
|
|
|
# Scale factor. It is auto-detected if value is 0.
|
|
|
|
scale = 0
|
|
|
|
|
|
|
|
### Progress bar ###
|
2023-01-15 09:30:39 +01:00
|
|
|
progress_bar = false
|
2023-01-14 13:24:02 +01:00
|
|
|
|
|
|
|
# Padding between text and separator.
|
2023-03-28 18:19:41 +02:00
|
|
|
padding = 2
|
|
|
|
horizontal_padding = 2
|
|
|
|
frame_width = 1
|
2023-01-14 13:24:02 +01:00
|
|
|
|
|
|
|
# Defines color of the frame around the notification window.
|
2023-01-15 09:30:39 +01:00
|
|
|
frame_color = "#333"
|
|
|
|
background = "#222"
|
|
|
|
foreground = "#fff"
|
|
|
|
corner_radius = 0
|
2023-01-14 13:24:02 +01:00
|
|
|
separator_color = frame
|
|
|
|
sort = yes
|
|
|
|
|
2023-11-02 08:10:08 +01:00
|
|
|
# Timeouts
|
|
|
|
idle_threshold = 10
|
|
|
|
timeout = 10
|
|
|
|
|
2023-01-14 13:24:02 +01:00
|
|
|
### Text ###
|
2023-03-28 18:19:41 +02:00
|
|
|
font = "FuraCodeNerdFont 8"
|
|
|
|
line_height = 1
|
2023-01-15 09:30:39 +01:00
|
|
|
markup = no
|
2023-01-14 13:24:02 +01: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
|
2023-01-15 09:30:39 +01:00
|
|
|
format = "%s\n%b"
|
2023-01-14 13:24:02 +01:00
|
|
|
ignore_newline = no
|
2023-01-15 09:30:39 +01:00
|
|
|
enable_recursive_icon_lookup = false
|
|
|
|
icon_position = off
|
2023-01-14 13:24:02 +01:00
|
|
|
|
|
|
|
### Misc/Advanced ###
|
|
|
|
|
|
|
|
# Always run rule-defined scripts, even if the notification is suppressed
|
2023-01-15 09:30:39 +01:00
|
|
|
always_run_script = false
|