dunst with new colors

master
TiynGER 5 years ago
parent 15aede695c
commit da0904916b

@ -10,7 +10,7 @@
padding = 0 padding = 0
horizontal_padding = 8 horizontal_padding = 8
frame_width = 3 frame_width = 3
frame_color = "#282828" frame_color = "#000000"
# Define a color for the separator. # Define a color for the separator.
# possible values are: # possible values are:
@ -75,21 +75,21 @@
[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 = "#282828" background = "#ffa500"
foreground = "#928374" foreground = "#000000"
timeout = 5 timeout = 5
# 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 = "#458588" background = "#ffa500"
foreground = "#ebdbb2" foreground = "#000000"
timeout = 5 timeout = 5
[urgency_critical] [urgency_critical]
background = "#cc2421" background = "#ffa500"
foreground = "#ebdbb2" foreground = "#000000"
frame_color = "#fabd2f" frame_color = "#000000"
timeout = 0 timeout = 0
# Every section that isn't one of the above is interpreted as a rules to # Every section that isn't one of the above is interpreted as a rules to

Loading…
Cancel
Save