aboutsummaryrefslogtreecommitdiff
path: root/.scripts/wallset
blob: 0f3f12a92fec87746dd29f2230f03be1f0c4bd14 (plain) (blame)
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"