This commit is contained in:
Marco Thomas
2020-10-28 22:40:43 +01:00
parent 3eb990104b
commit 1502082ae6
9 changed files with 105 additions and 445 deletions

View File

@@ -254,21 +254,21 @@
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
background = "#1e2127"
background = "#000000"
foreground = "#e5e9f0"
timeout = 10
# Icon for notifications with low urgency, uncomment to enable
#icon = /path/to/icon
[urgency_normal]
background = "#1e2127"
background = "#000000"
foreground = "#e5e9f0"
timeout = 10
# Icon for notifications with normal urgency, uncomment to enable
#icon = /path/to/icon
[urgency_critical]
background = "#1e2127"
background = "#000000"
foreground = "#e5e9f0"
timeout = 0
# Icon for notifications with critical urgency, uncomment to enable