summaryrefslogtreecommitdiff
path: root/run-shell
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@gmail.com>2019-02-04 20:10:00 -0500
committerstreetturtle <streetturtle@gmail.com>2019-02-04 20:10:00 -0500
commit7bab821f2080e2f8d8a6285e57824dc738e1e781 (patch)
tree7f4b526b16ace3e73e37d6bc0ee724fea6966234 /run-shell
parent86ab5aea40d2034021b53373993b8ed3eec38f7c (diff)
fix email widget script
Diffstat (limited to 'run-shell')
-rwxr-xr-xrun-shell/scratch_6.sh13
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