This commit is contained in:
committer
2024-05-26 08:03:20 -05:00
parent 2d99a1cb9d
commit 32e3024825

View File

@@ -105,7 +105,7 @@
frame_width = 3 frame_width = 3
# Defines color of the frame around the notification window. # Defines color of the frame around the notification window.
frame_color = "#F72585" frame_color = "#ffffff"
# Size of gap to display between notifications - requires a compositor. # Size of gap to display between notifications - requires a compositor.
# If value is greater than 0, separator_height will be ignored and a border # If value is greater than 0, separator_height will be ignored and a border
@@ -336,6 +336,7 @@
# Otherwise the "#" and following would be interpreted as a comment. # Otherwise the "#" and following would be interpreted as a comment.
background = "#4361EE" background = "#4361EE"
foreground = "#4CC9F0" foreground = "#4CC9F0"
frame_color = "#3A0CA3"
timeout = 10 timeout = 10
# Icon for notifications with low urgency, uncomment to enable # Icon for notifications with low urgency, uncomment to enable
#default_icon = /path/to/icon #default_icon = /path/to/icon