Changed colors to be more neutral. Changed timeout for low and critical
priority notifications.
This commit is contained in:
parent
097852c304
commit
6ef183d701
@ -292,26 +292,23 @@
|
||||
[urgency_low]
|
||||
# IMPORTANT: colors have to be defined in quotation marks.
|
||||
# Otherwise the "#" and following would be interpreted as a comment.
|
||||
background = "#331c08"
|
||||
foreground = "#888888"
|
||||
frame_color = "#331c08"
|
||||
timeout = 10
|
||||
background = "#222222"
|
||||
foreground = "#aaaaaa"
|
||||
timeout = 5
|
||||
# Icon for notifications with low urgency, uncomment to enable
|
||||
#icon = /path/to/icon
|
||||
|
||||
[urgency_normal]
|
||||
background = "#663811"
|
||||
background = "#333333"
|
||||
foreground = "#ffffff"
|
||||
frame_color = "#663811"
|
||||
timeout = 10
|
||||
# Icon for notifications with normal urgency, uncomment to enable
|
||||
#icon = /path/to/icon
|
||||
|
||||
[urgency_critical]
|
||||
background = "#b2631e"
|
||||
background = "#555555"
|
||||
foreground = "#ffffff"
|
||||
frame_color = "#b2631e"
|
||||
timeout = 30
|
||||
timeout = 0
|
||||
# Icon for notifications with critical urgency, uncomment to enable
|
||||
#icon = /path/to/icon
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user