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