From c3387fdfdb44d61260e23272c113b69823e85c59 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Thu, 2 Oct 2025 20:31:03 -0400 Subject: config improvements --- scripts/record | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'scripts/record') diff --git a/scripts/record b/scripts/record index 077209d..c061b5e 100755 --- a/scripts/record +++ b/scripts/record @@ -1,18 +1,18 @@ #!/bin/env bash -pgrep -x "wf-recorder" && pkill -INT -x wf-recorder && notify-send -h string:wf-recorder:record -t 1000 "Finished Recording" && exit 0 +pgrep -x "wf-recorder" && pkill -INT -x wf-recorder && exit 0 -notify-send -h string:wf-recorder:record -t 1000 "Recording in:" "3" +# notify-send -h string:wf-recorder:record -t 1000 "Recording in:" "3" -sleep 1 +# sleep 1 -notify-send -h string:wf-recorder:record -t 1000 "Recording in:" "2" +# notify-send -h string:wf-recorder:record -t 1000 "Recording in:" "2" -sleep 1 +# sleep 1 -notify-send -h string:wf-recorder:record -t 950 "Recording in:" "1" +# notify-send -h string:wf-recorder:record -t 950 "Recording in:" "1" -sleep 1 +# sleep 1 dateTime=$(date +%m-%d-%Y-%H:%M:%S) wf-recorder --bframes max_b_frames -f $HOME/Videos/$dateTime.mp4 -- cgit v1.2.3