From b8f2c418238af1b784b160d70bc60e4f3d2a61f3 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Thu, 28 Feb 2019 18:34:01 +0100 Subject: Created screen recording scripts. --- i3blocks/i3rec.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 i3blocks/i3rec.sh (limited to 'i3blocks') diff --git a/i3blocks/i3rec.sh b/i3blocks/i3rec.sh new file mode 100755 index 0000000..82fede7 --- /dev/null +++ b/i3blocks/i3rec.sh @@ -0,0 +1,13 @@ +#!/bin/sh + +# Shows status of ffmpeg screen recording + +#case $BLOCK_BUTTON in +# 1) # Left click +# 2) # Middle click +# 3) # Right click +#esac + +MARKFILE='/tmp/screenRec.mark' +[ -e $MARKFILE ] && echo "🎥✔️" && exit 0 +echo "" -- cgit v1.2.1