#!/bin/bash imgPath=/home/n8/media/pix/4a5g/Camera/Camera swaylock -d -s fit -c 002B36 --image $imgPath/$(ls $imgPath | grep -i jpg | sort -R | head -n1) # locks the screen and shows a random image