From c1da8303924e8e5d7f3bec6ccd542f93a7700731 Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Tue, 2 Sep 2025 19:26:19 +0200 Subject: [PATCH] feat: notification update colors and animations --- .config/dunst/dunstrc | 8 ++++---- .config/hypr/windows_rules.conf | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index f604a4e..60b4e11 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -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 diff --git a/.config/hypr/windows_rules.conf b/.config/hypr/windows_rules.conf index 988fb7a..f379648 100644 --- a/.config/hypr/windows_rules.conf +++ b/.config/hypr/windows_rules.conf @@ -64,4 +64,5 @@ layerrule = blur, waybar layerrule = ignorezero,waybar layerrule = blur, notifications +layerrule = animation slide, notifications layerrule = ignorezero,notifications