.config/dunst/dunstrc
This commit is contained in:
parent
185aff75c4
commit
c69ad1a11f
1 changed files with 6 additions and 6 deletions
|
@ -107,18 +107,18 @@
|
|||
[urgency_low]
|
||||
# IMPORTANT: colors have to be defined in quotation marks.
|
||||
# Otherwise the '#' and following would be interpreted as a comment.
|
||||
background = "#aaaaff"
|
||||
foreground = "#000000"
|
||||
background = "#405c2e"
|
||||
foreground = "#eeeeec"
|
||||
timeout = 10
|
||||
|
||||
[urgency_normal]
|
||||
background = "#1793D1"
|
||||
foreground = "#DDDDDD"
|
||||
background = "#111113"
|
||||
foreground = "#eeeeec"
|
||||
timeout = 10
|
||||
|
||||
[urgency_critical]
|
||||
background = "#ffaaaa"
|
||||
foreground = "#000000"
|
||||
background = "#973732"
|
||||
foreground = "#eeeeec"
|
||||
timeout = 0
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue