Add catppuccin theme to dunst

This commit is contained in:
Evie Litherland-Smith 2023-02-28 11:00:13 +00:00
parent 49f405434d
commit 41e68d81ad

View file

@ -89,7 +89,7 @@
frame_width = 1
# Defines color of the frame around the notification window.
frame_color = "#7f3fbf"
frame_color = "#8AADF4"
# Define a color for the separator.
# possible values are:
@ -97,7 +97,7 @@
# * foreground: use the same color as the foreground;
# * frame: use the same color as the frame;
# * anything else will be interpreted as a X color.
separator_color = auto
separator_color = frame
# Sort messages by urgency.
sort = yes
@ -293,23 +293,23 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
background = "#28143c"
foreground = "#ffffff"
background = "#24273A"
foreground = "#CAD3F5"
timeout = 5
# Icon for notifications with low urgency, uncomment to enable
icon = /usr/share/icons/Arc-X-D/status/16/dialog-information.png
[urgency_normal]
background = "#28143c"
foreground = "#ffffff"
background = "#24273A"
foreground = "#CAD3F5"
timeout = 5
# Icon for notifications with normal urgency, uncomment to enable
icon = /usr/share/icons/Arc-X-D/status/16/dialog-question.png
[urgency_critical]
background = "#28143c"
foreground = "#ffffff"
frame_color = "#ff7f7f"
background = "#24273A"
foreground = "#CAD3F5"
frame_color = "#F5A97F"
timeout = 120
# Icon for notifications with critical urgency, uncomment to enable
icon = /usr/share/icons/Arc-X-D/status/16/dialog-warning.png