From 7bab821f2080e2f8d8a6285e57824dc738e1e781 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Mon, 4 Feb 2019 20:10:00 -0500 Subject: fix email widget script --- run-shell/scratch_6.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 run-shell/scratch_6.sh (limited to 'run-shell') diff --git a/run-shell/scratch_6.sh b/run-shell/scratch_6.sh deleted file mode 100755 index 7edad8c..0000000 --- a/run-shell/scratch_6.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/env bash - -#RES=$(xrandr --current | grep '*' | uniq | awk '{print $1}') -RNDM=$(uuidgen) -IMAGE="/tmp/i3lock-$RNDM.png" - - -## blur -#ffmpeg -loglevel panic -f x11grab -video_size 1920x1060 -y -i :0.0+0,20 -filter_complex "boxblur=9" -vframes 1 $IMAGE -## pixelate -ffmpeg -loglevel panic -f x11grab -video_size 1920x1060 -y -i :0.0+$1,20 -vf frei0r=pixeliz0r -vframes 1 $IMAGE - -echo $RNDM \ No newline at end of file -- cgit v1.2.3