diff options
Diffstat (limited to '.scripts/wallset')
-rwxr-xr-x | .scripts/wallset | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.scripts/wallset b/.scripts/wallset index f6a39fc..0f3f12a 100755 --- a/.scripts/wallset +++ b/.scripts/wallset @@ -1,3 +1,5 @@ #!/bin/bash -hsetroot -cover $HOME/.scripts/wall.png +random=$(find $HOME/.walls -maxdepth 1 -name "k*" -type f | shuf -n 1) +echo $random +hsetroot -cover "$random" |