From 84b10abe4072fe31f63ef9bdfecf2ec7d376c63c Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Sat, 12 Oct 2019 20:27:03 -0500 Subject: [PATCH] Set the notification priority to high --- ctabus/internal/notification.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ctabus/internal/notification.py b/ctabus/internal/notification.py index 517b083..8ece6a6 100755 --- a/ctabus/internal/notification.py +++ b/ctabus/internal/notification.py @@ -76,6 +76,8 @@ class NotificationManager: NOTIFICATION_EXE, "--id", self.id, + "--priority", + "high", "--on-delete", "echo {} > {}".format(self.id, self.listen_fifo_path), ]