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