diff options
Diffstat (limited to 'run-shell/scratch_6.sh')
-rwxr-xr-x | run-shell/scratch_6.sh | 13 |
1 files changed, 0 insertions, 13 deletions
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 |