Add Catppuccin for dunst
parent
6710d33bcf
commit
760431104b
|
@ -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]
|
[urgency_low]
|
||||||
frame_color = "#3B7C87"
|
background = "#24273A"
|
||||||
foreground = "#3B7C87"
|
foreground = "#CAD3F5"
|
||||||
background = "#191311"
|
|
||||||
timeout = 5
|
|
||||||
[urgency_normal]
|
[urgency_normal]
|
||||||
frame_color = "#5B8234"
|
background = "#24273A"
|
||||||
foreground = "#5B8234"
|
foreground = "#CAD3F5"
|
||||||
background = "#191311"
|
|
||||||
timeout = 20
|
|
||||||
[urgency_critical]
|
[urgency_critical]
|
||||||
frame_color = "#B7472A"
|
background = "#24273A"
|
||||||
foreground = "#B7472A"
|
foreground = "#CAD3F5"
|
||||||
background = "#191311"
|
frame_color = "#F5A97F"
|
||||||
timeout = 0
|
|
||||||
|
|
Loading…
Reference in New Issue