From 07b3a1d9f5176edd9a405e3419a5dfa741c96a2f Mon Sep 17 00:00:00 2001 From: committer Date: Sun, 26 May 2024 08:16:35 -0500 Subject: [PATCH] u --- dots/dunst/dunstrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dots/dunst/dunstrc b/dots/dunst/dunstrc index 27576ce..d815edf 100644 --- a/dots/dunst/dunstrc +++ b/dots/dunst/dunstrc @@ -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