From 760431104b15290d09c523c173473c59bc177ac4 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Wed, 31 Jan 2024 20:44:51 +0100 Subject: [PATCH] Add Catppuccin for dunst --- .config/dunst/dunstrc | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 5fc2623..37ae2bd 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -45,7 +45,7 @@ frame_width = 3 # Defines color of the frame around the notification window. - frame_color = "#8EC07C" + frame_color = "#8AADF4" # Define a color for the separator. # possible values are: @@ -185,18 +185,16 @@ # Ignore the dbus closeNotification message. This is useful to enforce the timeout set by dunst configuration. ignore_dbusclose = true -[urgency_low] - frame_color = "#3B7C87" - foreground = "#3B7C87" - background = "#191311" - timeout = 5 -[urgency_normal] - frame_color = "#5B8234" - foreground = "#5B8234" - background = "#191311" - timeout = 20 -[urgency_critical] - frame_color = "#B7472A" - foreground = "#B7472A" - background = "#191311" - timeout = 0 + + [urgency_low] + background = "#24273A" + foreground = "#CAD3F5" + + [urgency_normal] + background = "#24273A" + foreground = "#CAD3F5" + + [urgency_critical] + background = "#24273A" + foreground = "#CAD3F5" + frame_color = "#F5A97F"