scripts: change notify-send timeout to 1.5 seconds

This commit is contained in:
dec05eba
2024-04-26 22:12:10 +02:00
parent 4b28221a77
commit bb6c38f507
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh -e
killall -SIGUSR1 gpu-screen-recorder
notify-send -t 5000 -u low -- "GPU Screen Recorder" "Replay saved"
notify-send -t 1500 -u low -- "GPU Screen Recorder" "Replay saved"