Modify screenrecord

This commit is contained in:
hok7z 2022-12-17 23:40:36 +02:00
parent 6af9021c08
commit 11983c4e91
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ fi
if [ -e $PID_FILE ]; then if [ -e $PID_FILE ]; then
kill -s INT "$(cat $PID_FILE)" kill -s INT "$(cat $PID_FILE)"
notify-send "Screen record was ended" -t 2000 notify-send "Screen record was ended" -t 2000
# https://github.com/mwh/dragon
dragon "$(cat /tmp/screencast.filename)" dragon "$(cat /tmp/screencast.filename)"
rm -- "${PID_FILE}" rm -- "${PID_FILE}"
else else