update
This commit is contained in:
parent
d2f4b6f519
commit
eecf2bb66e
10
dunstrc
10
dunstrc
|
|
@ -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
|
||||
|
|
|
|||
Reference in New Issue