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