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.
#frame_color = "#aaaaaa"
frame_color = "#31363b"
frame_color = "#eff0f1"
# Define a color for the separator.
# possible values are:
@ -242,22 +242,22 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
background = "#232629"
foreground = "#eff0f1"
background = "#fcfcfc"
foreground = "#232627"
timeout = 10
# Icon for notifications with low urgency, uncomment to enable
#icon = /path/to/icon
[urgency_normal]
background = "#232629"
foreground = "#eff0f1"
background = "#fcfcfc"
foreground = "#232627"
timeout = 10
# Icon for notifications with normal urgency, uncomment to enable
#icon = /path/to/icon
[urgency_critical]
background = "#232629"
foreground = "#fdbc4b"
background = "#fcfcfc"
foreground = "#f67400"
timeout = 0
# Icon for notifications with critical urgency, uncomment to enable
#icon = /path/to/icon