update dunst config

This commit is contained in:
tess 2022-10-28 16:04:05 +02:00
parent 750d9d483d
commit 89f7343426
2 changed files with 7 additions and 8 deletions

View File

@ -64,7 +64,7 @@
frame_width = 3
# Defines color of the frame around the notification window.
frame_color = "#bfef8d"
frame_color = "#e63e62"
# Define a color for the separator.
# possible values are:
@ -114,7 +114,7 @@
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
markup = no
# The format of the message. Possible variables are:
# %a appname
@ -293,22 +293,21 @@
# Otherwise the "#" and following would be interpreted as a comment.
background = "#031014"
foreground = "#ee8def"
frame_color = "#bfef8d"
timeout = 10
# Icon for notifications with low urgency, uncomment to enable
#icon = /path/to/icon
[urgency_normal]
background = "#031014"
foreground = "#ee8def"
frame_color = "#bfef8d"
foreground = "#e63e62"
timeout = 10
# Icon for notifications with normal urgency, uncomment to enable
#icon = /path/to/icon
[urgency_critical]
background = "#f16c56"
foreground = "#031014"
background = "#031014"
foreground = "#e63e62"
frame_color = "#f16c56"
timeout = 0
# Icon for notifications with critical urgency, uncomment to enable
#icon = /path/to/icon

View File

@ -12,5 +12,5 @@ mkdir -p $backup
for file in $files; do
mv ~/.config/$file $backup
ln -s $dir/$file ~/.config/$file
ln -s $dir/$file ~/.config/
done