diff options
author | Marvin Borner | 2023-01-19 21:31:14 +0100 |
---|---|---|
committer | Marvin Borner | 2023-01-19 21:31:14 +0100 |
commit | 533effc75477c518e87311b5927183d51aec5b71 (patch) | |
tree | 8b5836177763cdebd7dabcbe3b260c79e6a5c761 /.scripts/wallset | |
parent | d74364f7c0638668850c713479ea50c523eb42a6 (diff) |
Sync
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" |