Browse Source

Set the notification priority to high

atexit
Raphael Roberts 6 years ago
parent
commit
84b10abe40
  1. 2
      ctabus/internal/notification.py

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

Loading…
Cancel
Save