Set random wallpaper

This commit is contained in:
trémeur 2021-03-21 16:08:10 +00:00
parent 4424d4efd1
commit 814aae0019
17 changed files with 26 additions and 5 deletions

9
scripts/randwal.sh Executable file
View file

@ -0,0 +1,9 @@
#!/usr/bin/env bash
patho="$HOME/.linux/aes/"
boy=$(ls ~/.linux/aes | shuf -n 1)
backgr="$patho$boy"
echo ${backgr}
wal --vte -li $backgr
feh --bg-fill $backgr