From 1c1d4d33618eb647ff38e5802ecf6e26d16cad38 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Wed, 7 Apr 2021 20:19:45 +0200 Subject: Scripts now check env var for status bar name. --- stopScreenRecord.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stopScreenRecord.sh') diff --git a/stopScreenRecord.sh b/stopScreenRecord.sh index 71131a3..664589d 100755 --- a/stopScreenRecord.sh +++ b/stopScreenRecord.sh @@ -12,4 +12,4 @@ do kill "$process" && notify-send -t 1000 "Recording $process stopped." done rm $markfile -pkill -SIGRTMIN+13 i3blocks +[ -n "$STATUS_BAR" ] && pkill -SIGRTMIN+13 "$STATUS_BAR" -- cgit v1.2.1