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

10
scripts/randwal2.sh Executable file
View file

@ -0,0 +1,10 @@
#!/usr/bin/env bash
~/.linux/scripts/colorus/convert.sh
wait
rm -f ~/.Xresources
echo Xcursor.theme: Suru >> ~/.cache/wal/colors.Xresources
cp -f ~/.cache/wal/colors.Xresources ~/.Xresources
wait
~/.local/bin/obtgen
~/.linux/scripts/bordergen.sh