summaryrefslogtreecommitdiff
path: root/bin/guiscripts/locker
blob: 0070a86fd9d394eec32abfb9337582f03ab46448 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
which swaylock convert grim > /dev/null ||
	exit 1
umask 077
file=/tmp/bg.png
grim -l 0 - > $file
convert -resize 10% -resize 1000% $file $file
swaylock -i $file