gruvbox dunst

This commit is contained in:
Marco Thomas
2021-05-25 09:56:04 +02:00
parent 32a7c59b97
commit 9c1f2b2520
3 changed files with 9 additions and 11 deletions

View File

@@ -64,7 +64,7 @@
frame_width = 2
# Defines color of the frame around the notification window.
frame_color = "#D8DEE9"
frame_color = "#282828"
# Define a color for the separator.
# possible values are:
@@ -254,22 +254,22 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
background = "#D8DEE9"
foreground = "#2E3440"
background = "#282828"
foreground = "#f2e5bc"
timeout = 10
# Icon for notifications with low urgency, uncomment to enable
#icon = /path/to/icon
[urgency_normal]
background = "#D8DEE9"
foreground = "#2E3440"
background = "#282828"
foreground = "#f2e5bc"
timeout = 10
# Icon for notifications with normal urgency, uncomment to enable
#icon = /path/to/icon
[urgency_critical]
background = "#D8DEE9"
foreground = "#2E3440"
background = "#282828"
foreground = "#f2e5bc"
timeout = 0
# Icon for notifications with critical urgency, uncomment to enable
#icon = /path/to/icon