aboutsummaryrefslogtreecommitdiff
path: root/.scripts/wallset
blob: be87da7af0c69042b31fcdd2eb13fb41b6feb0b8 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/bash

xsetroot -solid black

# random=$(find $HOME/.walls -maxdepth 1 -name "l*" -type f | shuf -n 1)
# echo $random
# hsetroot -cover "$random"