From 1c58ccb7855719483490abe1982afa12b0488f24 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Fri, 15 May 2026 22:36:21 -0400 Subject: refactor and battery notifier --- scripts/record | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100755 scripts/record (limited to 'scripts/record') 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:" "3" - -# sleep 1 - -# notify-send -h string:wf-recorder:record -t 1000 "Recording in:" "2" - -# sleep 1 - -# notify-send -h string:wf-recorder:record -t 950 "Recording in:" "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