diff --git a/dots/dunst/dunstrc b/dots/dunst/dunstrc index 889dce3..e0893b0 100644 --- a/dots/dunst/dunstrc +++ b/dots/dunst/dunstrc @@ -35,7 +35,7 @@ origin = top-right # Offset from the origin - offset = (10, 50) + offset = (30, 50) # Scale factor. It is auto-detected if value is 0. scale = 0 @@ -342,8 +342,9 @@ #default_icon = /path/to/icon [urgency_normal] - background = "#285577" - foreground = "#ffffff" + background = "#3A0CA3" + foreground = "#F72585" + frame_color = "#3A0CA3" timeout = 10 override_pause_level = 30 # Icon for notifications with normal urgency, uncomment to enable