Same frame color as the background
This commit is contained in:
parent
a3c571b78d
commit
06893c0218
@ -294,6 +294,7 @@
|
||||
# Otherwise the "#" and following would be interpreted as a comment.
|
||||
background = "#331c08"
|
||||
foreground = "#888888"
|
||||
frame_color = "#331c08"
|
||||
timeout = 10
|
||||
# Icon for notifications with low urgency, uncomment to enable
|
||||
#icon = /path/to/icon
|
||||
@ -301,6 +302,7 @@
|
||||
[urgency_normal]
|
||||
background = "#663811"
|
||||
foreground = "#ffffff"
|
||||
frame_color = "#663811"
|
||||
timeout = 15
|
||||
# Icon for notifications with normal urgency, uncomment to enable
|
||||
#icon = /path/to/icon
|
||||
@ -308,6 +310,7 @@
|
||||
[urgency_critical]
|
||||
background = "#b2631e"
|
||||
foreground = "#ffffff"
|
||||
frame_color = "#b2631e"
|
||||
timeout = 30
|
||||
# Icon for notifications with critical urgency, uncomment to enable
|
||||
#icon = /path/to/icon
|
||||
|
Loading…
Reference in New Issue
Block a user