#!/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