From d690bbca35f35ddb7ab47562e22fc4f36501b455 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 10 May 2024 01:32:20 +0200 Subject: Add script to save recording, only show saved notification if gpu screen recorder was running when saving --- scripts/save-recording.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 scripts/save-recording.sh (limited to 'scripts/save-recording.sh') diff --git a/scripts/save-recording.sh b/scripts/save-recording.sh new file mode 100755 index 0000000..90fefc1 --- /dev/null +++ b/scripts/save-recording.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +killall -SIGINT gpu-screen-recorder && sleep 0.5 && notify-send -t 1500 -u low "GPU Screen Recorder" "Recording saved" -- cgit v1.2.3