mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Update dunst config
This commit is contained in:
parent
c472c24cc2
commit
52dbe8175d
|
@ -73,10 +73,10 @@
|
||||||
separator_height = 2
|
separator_height = 2
|
||||||
|
|
||||||
# Padding between text and separator.
|
# Padding between text and separator.
|
||||||
padding = 0
|
padding = 10
|
||||||
|
|
||||||
# Horizontal padding
|
# Horizontal padding
|
||||||
horizontal_padding = 0
|
horizontal_padding = 10
|
||||||
|
|
||||||
# Padding between text and icon.
|
# Padding between text and icon.
|
||||||
text_icon_padding = 0
|
text_icon_padding = 0
|
||||||
|
@ -106,7 +106,7 @@
|
||||||
idle_threshold = 120
|
idle_threshold = 120
|
||||||
|
|
||||||
### Text ###
|
### Text ###
|
||||||
font = Monospace 12
|
font = JetBrains Mono 11
|
||||||
|
|
||||||
# The spacing between the lines. If the height is smaller than the
|
# The spacing between the lines. If the height is smaller than the
|
||||||
# font height, it will get raised to the font height.
|
# font height, it will get raised to the font height.
|
||||||
|
@ -146,7 +146,7 @@
|
||||||
# %n progress value if set without any extra characters
|
# %n progress value if set without any extra characters
|
||||||
# %% Literal %
|
# %% Literal %
|
||||||
# Markup is allowed
|
# Markup is allowed
|
||||||
format = "<b>%s</b>\n%b"
|
format = "<b>%a - %s</b>\n%b"
|
||||||
|
|
||||||
# Alignment of the message text.
|
# Alignment of the message text.
|
||||||
# Possible values are "left", "center" and "right".
|
# Possible values are "left", "center" and "right".
|
||||||
|
@ -156,9 +156,9 @@
|
||||||
# Possible values are "top", "center" and "bottom".
|
# Possible values are "top", "center" and "bottom".
|
||||||
vertical_alignment = center
|
vertical_alignment = center
|
||||||
|
|
||||||
# Show age of message if message is older than show_age_threshold seconds
|
# Wrap longer sentences which don't fit into the horizonal size
|
||||||
# Set to -1 to disable, 0 to always show.
|
# of the noticication. If set to no, longer sententences will be truncated
|
||||||
show_age_threshold = 60
|
word_wrap = yes
|
||||||
|
|
||||||
# Specify where to make an ellipsis in the long lines.
|
# Specify where to make an ellipsis in the long lines.
|
||||||
# Possible values are "start", "middle", "end".
|
# Possible values are "start", "middle", "end".
|
||||||
|
@ -167,6 +167,10 @@
|
||||||
# Ignore newlines '\n' in notifications.
|
# Ignore newlines '\n' in notifications.
|
||||||
ignore_newline = no
|
ignore_newline = no
|
||||||
|
|
||||||
|
# Show age of message if message is older than show_age_threshold seconds
|
||||||
|
# Set to -1 to disable, 0 to always show.
|
||||||
|
show_age_threshold = 60
|
||||||
|
|
||||||
# Merge multiple notifications with the same content
|
# Merge multiple notifications with the same content
|
||||||
stack_duplicates = true
|
stack_duplicates = true
|
||||||
|
|
||||||
|
@ -268,7 +272,7 @@
|
||||||
# * context_all: Open context menu for all notifications.
|
# * context_all: Open context menu for all notifications.
|
||||||
# These values can be strung together for each mouse event, and
|
# These values can be strung together for each mouse event, and
|
||||||
# will be executed in sequence.
|
# will be executed in sequence.
|
||||||
mouse_left_click = open_url, do_action, close_current
|
mouse_left_click = do_action, open_url, close_current
|
||||||
mouse_middle_click = context
|
mouse_middle_click = context
|
||||||
mouse_right_click = close_current
|
mouse_right_click = close_current
|
||||||
|
|
||||||
|
@ -283,26 +287,33 @@
|
||||||
per_monitor_dpi = false
|
per_monitor_dpi = false
|
||||||
|
|
||||||
[urgency_low]
|
[urgency_low]
|
||||||
background = "#35383b"
|
highlight = "#fe6c5a"
|
||||||
foreground = "#fcf7e2"
|
background = "#1e2137fa"
|
||||||
frame_color = "#27292c"
|
frame_color = "#27292c"
|
||||||
|
foreground = "#ffffff"
|
||||||
|
|
||||||
timeout = 5
|
timeout = 5
|
||||||
# Icon for notifications with low urgency, uncomment to enable
|
# Icon for notifications with low urgency, uncomment to enable
|
||||||
#icon = /path/to/icon
|
#icon = /path/to/icon
|
||||||
|
|
||||||
[urgency_normal]
|
[urgency_normal]
|
||||||
background = "#35383b"
|
highlight = "#fe6c5a"
|
||||||
foreground = "#dffebe"
|
background = "#141c21fa"
|
||||||
frame_color = "#27292c"
|
frame_color = "#27292c"
|
||||||
|
foreground = "#ffffffff"
|
||||||
|
|
||||||
timeout = 10
|
timeout = 10
|
||||||
# Icon for notifications with normal urgency, uncomment to enable
|
# Icon for notifications with normal urgency, uncomment to enable
|
||||||
#icon = /path/to/icon
|
#icon = /path/to/icon
|
||||||
|
|
||||||
[urgency_critical]
|
[urgency_critical]
|
||||||
background = "#35383b"
|
highlight = "#fe6c5a"
|
||||||
foreground = "#d27c7b"
|
background = "#dd130ddd"
|
||||||
frame_color = "#27292c"
|
frame_color = "#27292c"
|
||||||
|
foreground = "#ffffffff"
|
||||||
|
|
||||||
timeout = 0
|
timeout = 0
|
||||||
|
icon = arbt
|
||||||
# Icon for notifications with critical urgency, uncomment to enable
|
# Icon for notifications with critical urgency, uncomment to enable
|
||||||
#icon = /path/to/icon
|
#icon = /path/to/icon
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue