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