feat: notification update colors and animations

This commit is contained in:
2025-09-02 19:26:19 +02:00
parent 3bce8fd152
commit c1da830392
2 changed files with 5 additions and 4 deletions

View File

@@ -92,10 +92,10 @@
# Defines width in pixels of frame around the notification window.
# Set to 0 to disable.
frame_width = 0
frame_width = 1
# Defines color of the frame around the notification window.
frame_color = "#aaaaaa"
frame_color = "#ffffff40"
# Size of gap to display between notifications - requires a compositor.
# If value is greater than 0, separator_height will be ignored and a border
@@ -313,14 +313,14 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
background = "#59595980"
background = "#D0D0D001"
foreground = "#ffffff"
timeout = 10
# Icon for notifications with low urgency, uncomment to enable
#default_icon = /path/to/icon
[urgency_normal]
background = "#59595980"
background = "#D0D0D001"
foreground = "#ffffff"
timeout = 10
# Icon for notifications with normal urgency, uncomment to enable

View File

@@ -64,4 +64,5 @@ layerrule = blur, waybar
layerrule = ignorezero,waybar
layerrule = blur, notifications
layerrule = animation slide, notifications
layerrule = ignorezero,notifications