summaryrefslogtreecommitdiff
path: root/bin/guiscripts/locker
blob: 90a1ab54fbb7f8787a938938323b11ed2871dfc4 (plain)
1
2
3
4
5
6
#!/bin/sh
umask 077
file=/tmp/bg.png
grim - > $file
convert -resize 10% -resize 1000% $file $file
swaylock -i $file