summaryrefslogtreecommitdiff
path: root/locks
blob: 84f57c15844e1ba568ffbb8470c74892ef710a8d (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
# locks the screen and shows a random image and suspends the system
imgPath=/home/n8/media/pix/4a5g/Camera/Camera
swaylock --daemonize \
--scaling fit \
--color 002B36 \
--image $imgPath/$(ls $imgPath | grep -i jpg | sort -R | head -n1) 
bluetoothctl -- power off
systemctl suspend