1 2 3 4 5
#!/bin/bash random=$(find $HOME/.walls -maxdepth 1 -name "k*" -type f | shuf -n 1) echo $random hsetroot -cover "$random"