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
# 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"