From 00a89467fd0e9af36f8f1ae5b963e009a7fcbc50 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Thu, 28 Sep 2023 18:00:49 -0400 Subject: [PATCH] Set the expire time on notifications so hopefully max notifications exceeded error doesn't happen any more. --- scripts/reminder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/reminder.sh b/scripts/reminder.sh index 6ee4365..b1706d9 100755 --- a/scripts/reminder.sh +++ b/scripts/reminder.sh @@ -261,7 +261,7 @@ fi if [[ $# -ne 0 ]]; then sox -ndqV0 synth .1 tri 600 norm -9 pad .05 repeat - notify-send "$*" + notify-send "$*" --expire-time=30000 exit 0 fi