Set random wallpaper
This commit is contained in:
parent
4424d4efd1
commit
814aae0019
17 changed files with 26 additions and 5 deletions
9
scripts/randwal.sh
Executable file
9
scripts/randwal.sh
Executable 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
10
scripts/randwal2.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue