2 lines
114 B
Bash
Executable file
2 lines
114 B
Bash
Executable file
#!/bin/bash
|
|
/usr/bin/i3lock -eti $(ls $HOME/pictures/wallpapers/*.png | awk '{ print $1 }' | sort -R | head -n 1)
|