Fix notifications

It's a bug in Dunst which causes colours not to be set when you change
the urgency. Workaround by setting colours manually
This commit is contained in:
M1dgard 2018-04-05 21:35:19 +02:00
parent 8a3525aef6
commit 8ee7f27ee0
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -324,15 +324,21 @@
# summary = *twitter.com*
# urgency = normal
# Apparently these don't work! I have no idea why!
[nextcloud-one-file]
summary = Sync Activity
body = * has been updated.
urgency = low
summary = Sync Activity
body = * has been updated.
urgency = low
background = "#222222"
foreground = "#888888"
timeout = 5
[nextcloud-more-files]
summary = Sync Activity
body = * have been updated.
urgency = low
summary = Sync Activity
body = * have been updated.
urgency = low
background = "#222222"
foreground = "#888888"
timeout = 5
# vim: set ts=4 sw=4 et ft=cfg :