summaryrefslogtreecommitdiff
path: root/i3/lock.sh
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2018-07-02 21:18:45 -0500
committerBlaise Thompson <blaise@untzag.com>2018-07-02 21:18:45 -0500
commit7bcb0b78ce9e70b5e09ed84677742357ffdd3709 (patch)
treee33afbc154c0c302b78c7888d9e019b77df6340a /i3/lock.sh
parent4fda7b1b6eb947fbf0c9d8e2fe654d4db039401b (diff)
2018-07-02 21:18
Diffstat (limited to 'i3/lock.sh')
-rwxr-xr-xi3/lock.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/i3/lock.sh b/i3/lock.sh
deleted file mode 100755
index 40554b7..0000000
--- a/i3/lock.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-scrot /tmp/screen.png
-convert /tmp/screen.png -scale 10% -scale 1000% /tmp/screen.png
-[[ -f $1 ]] && convert /tmp/screen.png $1 -gravity center -composite -matte /tmp/screen.png
-i3lock -i /tmp/screen.png -k --timesize=50 --datesize=50 --radius=200 --datestr="%Y-%m-%d" --timecolor=f0c674ff --datecolor=f0c674ff --indicator --timepos="ix-cw/2:iy-cw/6" --datepos="tx:ty-50"
-rm /tmp/screen.png