From 6197cea712f7a361972fec844e3ba6ef5815bf67 Mon Sep 17 00:00:00 2001 From: M1dgard Date: Thu, 5 Apr 2018 14:18:03 +0200 Subject: [PATCH] Add Nextcloud notification rules (don't work!) --- dunstrc.ini | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/dunstrc.ini b/dunstrc.ini index c558552..4f6f191 100644 --- a/dunstrc.ini +++ b/dunstrc.ini @@ -323,5 +323,16 @@ # appname = Pidgin # summary = *twitter.com* # urgency = normal -# -# vim: ft=cfg + +# Apparently these don't work! I have no idea why! +[nextcloud-one-file] + summary = Sync Activity + body = * has been updated. + urgency = low +[nextcloud-more-files] + summary = Sync Activity + body = * have been updated. + urgency = low + + +# vim: set ts=4 sw=4 et ft=cfg :