Set the expire time on notifications so hopefully max notifications exceeded error doesn't happen any more.

This commit is contained in:
Storm Dragon 2023-09-28 18:00:49 -04:00
parent 9c3cadd7dc
commit 00a89467fd
1 changed files with 1 additions and 1 deletions

View File

@ -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