dotfiles/.config/dunst/dunstrc

59 lines
1.5 KiB
Plaintext
Raw Normal View History

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-01-15 09:30:39 +01:00
width = 400
2023-01-14 13:24:02 +01:00
# The maximum height of a single notification, excluding the frame.
2023-01-15 09:30:39 +01:00
height = 400
2023-01-14 13:24:02 +01:00
# Position the notification in the top right corner
origin = top-right
# Offset from the origin
2023-01-15 09:30:39 +01:00
offset = 25x50
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.
padding = 8
horizontal_padding = 8
2023-01-15 09:30:39 +01:00
frame_width = 2
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
### Text ###
2023-03-13 08:14:22 +01:00
font = FuraCodeNerdFont-8
2023-01-15 09:30:39 +01:00
line_height = 2
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