dotfiles/scripts/randwal.sh
2021-03-21 16:08:10 +00:00

9 lines
162 B
Bash
Executable file

#!/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