This commit is contained in:
Ray Elliott 2026-03-18 18:58:40 +00:00
parent d2f4b6f519
commit eecf2bb66e
1 changed files with 5 additions and 5 deletions

10
dunstrc
View File

@ -236,16 +236,16 @@
[urgency_low] [urgency_low]
# IMPORTANT: colors have to be defined in quotation marks. # IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment. # Otherwise the "#" and following would be interpreted as a comment.
background = "#272727" background = "#272727cc"
foreground = "#777777" foreground = "#aaaaaa"
frame_color = "#555555" frame_color = "#555555"
timeout = 0 timeout = 0
# 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 = "#272727" background = "#272727ee"
foreground = "#aaaaaa" foreground = "#cccccc"
frame_color = "#777777" frame_color = "#777777"
timeout = 0 timeout = 0
# Icon for notifications with normal urgency, uncomment to enable # Icon for notifications with normal urgency, uncomment to enable
@ -253,7 +253,7 @@
[urgency_critical] [urgency_critical]
background = "#272727" background = "#272727"
foreground = "#ca0000" foreground = "#ffffff"
frame_color = "#aaaaaa" frame_color = "#aaaaaa"
timeout = 0 timeout = 0
# Icon for notifications with critical urgency, uncomment to enable # Icon for notifications with critical urgency, uncomment to enable