Changed dunst colors

This commit is contained in:
Logan G 2021-05-23 14:41:32 -06:00
parent 13e6e40636
commit e7dabe69be
Signed by: logan
GPG key ID: E328528C921E7A7A

View file

@ -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