summaryrefslogtreecommitdiff
path: root/lock
blob: 60a9a8882e0a4b19dbc0ec35636f0d7bc5a4d242 (plain)
1
2
3
4
5
6
#!/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)
swaylock -d -s fit -c $(openssl rand -hex 3) --image ~/media/pix/alice.jpeg
# locks the screen and shows a random color ~~image~~