From 170d454dc213de364928298632892da6a2755404 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Tue, 26 Sep 2017 18:38:39 -0500 Subject: install.sh --- i3/lock.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i3/lock.sh') diff --git a/i3/lock.sh b/i3/lock.sh index d60f0df..40554b7 100755 --- a/i3/lock.sh +++ b/i3/lock.sh @@ -2,5 +2,5 @@ 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 +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 -- cgit v1.2.3