summaryrefslogtreecommitdiff
path: root/bin/guiscripts/locker
blob: f464617d43828725bc26c4b0d0a4be8599e8a6dc (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
which swaylock grim pixelate > /dev/null ||
	exit 1
umask 077
file=/tmp/bg.png
grim -l 0 - > $file
pixelate $file $file
swaylock -u -i $file
shred -uz $file