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