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