Changed dunst's theme to Catppuccin

This commit is contained in:
2022-10-19 10:59:07 +02:00
parent 6c28605d3e
commit 20aed76ef3

View File

@@ -84,7 +84,7 @@
frame_width = 0
# Defines color of the frame around the notification window.
frame_color = "#aaaaaa00"
#frame_color = "#aaaaaa00"
# Define a color for the separator.
# possible values are:
@@ -92,7 +92,13 @@
# * 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 = "#00000000"
#separator_color = "#00000000"
frame_color = "#8AADF4"
separator_color= frame
# Sort messages by urgency.
sort = yes
@@ -325,27 +331,40 @@
# context = ctrl+shift+period
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
background = "#222222"
foreground = "#eceff4"
timeout = 10
# Icon for notifications with low urgency, uncomment to enable
#icon = /path/to/icon
background = "#24273A"
foreground = "#CAD3F5"
[urgency_normal]
background = "#4c566a"
foreground = "#eceff4"
timeout = 10
# Icon for notifications with normal urgency, uncomment to enable
#icon = /path/to/icon
background = "#24273A"
foreground = "#CAD3F5"
[urgency_critical]
background = "#bf616a"
foreground = "#eceff4"
timeout = 0
# Icon for notifications with critical urgency, uncomment to enable
#icon = /path/to/icon
background = "#24273A"
foreground = "#CAD3F5"
frame_color = "#F5A97F"
#[urgency_low]
## IMPORTANT: colors have to be defined in quotation marks.
## Otherwise the "#" and following would be interpreted as a comment.
#background = "#222222"
#foreground = "#eceff4"
#timeout = 10
## Icon for notifications with low urgency, uncomment to enable
##icon = /path/to/icon
#[urgency_normal]
#background = "#4c566a"
#foreground = "#eceff4"
#timeout = 10
## Icon for notifications with normal urgency, uncomment to enable
##icon = /path/to/icon
#[urgency_critical]
#background = "#bf616a"
#foreground = "#eceff4"
#timeout = 0
## Icon for notifications with critical urgency, uncomment to enable
##icon = /path/to/icon
# Every section that isn't one of the above is interpreted as a rules to
# override settings for certain messages.