Removed locker, revert to blurlock (default)

This commit is contained in:
Henrik Bakken
2021-06-05 00:12:29 +02:00
parent 9149fdd89b
commit 73c167a790
3 changed files with 4 additions and 15 deletions
-11
View File
@@ -1,11 +0,0 @@
#!/bin/bash
set -eu
RESOLUTION=$(xrandr -q|sed -n 's/.*current[ ]\([0-9]*\) x \([0-9]*\),.*/\1x\2/p')
# lock the screen
import -silent -window root jpeg:- | convert - -scale 20% -blur 0x2.5 -resize 500% RGB:- | \
i3lock --raw $RESOLUTION:rgb -i /dev/stdin -e $@
# TODO fix - doesn't lock!
exit 0