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), ]