Changed dunst colors
This commit is contained in:
parent
13e6e40636
commit
e7dabe69be
1 changed files with 4 additions and 2 deletions
|
@ -285,14 +285,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 = "#204460"
|
#background = "#204460"
|
||||||
|
background = "#282828"
|
||||||
foreground = "#dddddd"
|
foreground = "#dddddd"
|
||||||
timeout = 10
|
timeout = 10
|
||||||
# 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 = "#204460"
|
#background = "#204460"
|
||||||
|
background = "#282832"
|
||||||
foreground = "#dddddd"
|
foreground = "#dddddd"
|
||||||
timeout = 10
|
timeout = 10
|
||||||
# Icon for notifications with normal urgency, uncomment to enable
|
# Icon for notifications with normal urgency, uncomment to enable
|
||||||
|
|
Loading…
Reference in a new issue