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