Update notification timeout in dunstrc

This commit is contained in:
daniele 2024-04-26 14:07:55 +02:00
parent 068494a8ea
commit a2d4db6746
Signed by: fuxino
GPG Key ID: 981A2B2A3BBF5514

View File

@ -320,14 +320,14 @@
# Otherwise the "#" and following would be interpreted as a comment. # Otherwise the "#" and following would be interpreted as a comment.
background = "#272e33" background = "#272e33"
foreground = "#d3c6aa" foreground = "#d3c6aa"
timeout = 10 timeout = 30
# Icon for notifications with low urgency, uncomment to enable # Icon for notifications with low urgency, uncomment to enable
#default_icon = /path/to/icon #default_icon = /path/to/icon
[urgency_normal] [urgency_normal]
background = "#272e33" background = "#272e33"
foreground = "#d3c6aa" foreground = "#d3c6aa"
timeout = 10 timeout = 30
override_pause_level = 30 override_pause_level = 30
# Icon for notifications with normal urgency, uncomment to enable # Icon for notifications with normal urgency, uncomment to enable
#default_icon = /path/to/icon #default_icon = /path/to/icon