Dunst: White notifications

bottom text
This commit is contained in:
Salt 2020-06-07 05:57:02 -05:00
parent 789ab52c03
commit beb32bc6cc

View File

@ -66,7 +66,7 @@
# Defines color of the frame around the notification window. # Defines color of the frame around the notification window.
#frame_color = "#aaaaaa" #frame_color = "#aaaaaa"
frame_color = "#31363b" frame_color = "#eff0f1"
# Define a color for the separator. # Define a color for the separator.
# possible values are: # possible values are:
@ -242,22 +242,22 @@
[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 = "#232629" background = "#fcfcfc"
foreground = "#eff0f1" foreground = "#232627"
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 = "#232629" background = "#fcfcfc"
foreground = "#eff0f1" foreground = "#232627"
timeout = 10 timeout = 10
# Icon for notifications with normal urgency, uncomment to enable # Icon for notifications with normal urgency, uncomment to enable
#icon = /path/to/icon #icon = /path/to/icon
[urgency_critical] [urgency_critical]
background = "#232629" background = "#fcfcfc"
foreground = "#fdbc4b" foreground = "#f67400"
timeout = 0 timeout = 0
# Icon for notifications with critical urgency, uncomment to enable # Icon for notifications with critical urgency, uncomment to enable
#icon = /path/to/icon #icon = /path/to/icon