This commit is contained in:
committer
2024-05-26 08:16:35 -05:00
parent fffef15c44
commit 07b3a1d9f5

View File

@@ -35,10 +35,10 @@
height = (0, 300)
# Position the notification in the top right corner
origin = top-right
origin = top-center
# Offset from the origin
offset = (30, 50)
offset = (0, 50)
# Scale factor. It is auto-detected if value is 0.
scale = 0
@@ -338,7 +338,7 @@
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
background = "#4361EE"
foreground = "#b9eaf9"
foreground = "#ffffff"
frame_color = "#b9eaf9"
timeout = 10
# Icon for notifications with low urgency, uncomment to enable
@@ -346,7 +346,7 @@
[urgency_normal]
background = "#2a0977"
foreground = "#F72585"
foreground = "#ffffff"
frame_color = "#4361EE"
timeout = 10
override_pause_level = 30