diff --git a/i3pystatus/core/desktop.py b/i3pystatus/core/desktop.py index d01161f..8e8eb74 100644 --- a/i3pystatus/core/desktop.py +++ b/i3pystatus/core/desktop.py @@ -13,7 +13,7 @@ class BaseDesktopNotification: """ def __init__(self, title, body, icon="dialog-information", urgency=1, - timeout=0, log_level=logging.WARNING): + timeout=-1, log_level=logging.WARNING): self.title = title self.body = body self.icon = icon