diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2026-05-15 22:36:21 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2026-05-15 22:36:21 -0400 |
| commit | 1c58ccb7855719483490abe1982afa12b0488f24 (patch) | |
| tree | d6d6f95477c743c1e2e8f4a64095d50cb491338c /scripts/record | |
| parent | fbe17d51cc2d52261721a46ee54d5dc8f32db3eb (diff) | |
refactor and battery notifier
Diffstat (limited to 'scripts/record')
| -rwxr-xr-x | scripts/record | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/scripts/record b/scripts/record deleted file mode 100755 index c061b5e..0000000 --- a/scripts/record +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/env bash - -pgrep -x "wf-recorder" && pkill -INT -x wf-recorder && exit 0 - -# notify-send -h string:wf-recorder:record -t 1000 "Recording in:" "<span color='#90a4f4' font='26px'><i><b>3</b></i></span>" - -# sleep 1 - -# notify-send -h string:wf-recorder:record -t 1000 "Recording in:" "<span color='#90a4f4' font='26px'><i><b>2</b></i></span>" - -# sleep 1 - -# notify-send -h string:wf-recorder:record -t 950 "Recording in:" "<span color='#90a4f4' font='26px'><i><b>1</b></i></span>" - -# sleep 1 - -dateTime=$(date +%m-%d-%Y-%H:%M:%S) -wf-recorder --bframes max_b_frames -f $HOME/Videos/$dateTime.mp4 |
