-
Notifications
You must be signed in to change notification settings - Fork 4
dunst
Leon edited this page Apr 4, 2021
·
1 revision
Some experimental mellow colors for dunst (desktop notifications), designed to work with both light and dark mellow variants:
[global]
# Defines color of the frame around the notification window.
frame_color = "#BF472C"
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
background = "#573E55"
foreground = "#E0CCAE"
timeout = 10
# Icon for notifications with low urgency, uncomment to enable
#icon = /path/to/icon
[urgency_normal]
background = "#8A4B53"
foreground = "#F2DDBC"
timeout = 10
# Icon for notifications with normal urgency, uncomment to enable
#icon = /path/to/icon
[urgency_critical]
background = "#AF0032"
foreground = "#F2DDBC"
frame_color = "#FF7477"
timeout = 0
# Icon for notifications with critical urgency, uncomment to enable
#icon = /path/to/icon