diff options
Diffstat (limited to 'src/notify.c')
-rw-r--r-- | src/notify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notify.c b/src/notify.c index 312be4e..d7dc610 100644 --- a/src/notify.c +++ b/src/notify.c @@ -285,7 +285,7 @@ void notify_update_bar(void) hours_left * HOURINSEC) / MININSEC; pthread_mutex_lock(&nbar.mutex); - blinking = time_left < nbar.cntdwn && notify_trigger(); + blinking = time_left <= nbar.cntdwn && notify_trigger(); WINS_NBAR_LOCK; if (blinking) |