Add Catppuccin for dunst

master
Quentin Duchemin 2024-01-31 20:44:51 +01:00
parent 6710d33bcf
commit 760431104b
Signed by: Chosto
GPG Key ID: 96AB8AE7DFEA3D74
1 changed files with 14 additions and 16 deletions

View File

@ -45,7 +45,7 @@
frame_width = 3 frame_width = 3
# Defines color of the frame around the notification window. # Defines color of the frame around the notification window.
frame_color = "#8EC07C" frame_color = "#8AADF4"
# Define a color for the separator. # Define a color for the separator.
# possible values are: # possible values are:
@ -185,18 +185,16 @@
# Ignore the dbus closeNotification message. This is useful to enforce the timeout set by dunst configuration. # Ignore the dbus closeNotification message. This is useful to enforce the timeout set by dunst configuration.
ignore_dbusclose = true ignore_dbusclose = true
[urgency_low]
frame_color = "#3B7C87" [urgency_low]
foreground = "#3B7C87" background = "#24273A"
background = "#191311" foreground = "#CAD3F5"
timeout = 5
[urgency_normal] [urgency_normal]
frame_color = "#5B8234" background = "#24273A"
foreground = "#5B8234" foreground = "#CAD3F5"
background = "#191311"
timeout = 20 [urgency_critical]
[urgency_critical] background = "#24273A"
frame_color = "#B7472A" foreground = "#CAD3F5"
foreground = "#B7472A" frame_color = "#F5A97F"
background = "#191311"
timeout = 0