dotfiles/i3/background/refresh.sh

3 lines
84 B
Bash
Raw Normal View History

2021-04-06 23:09:06 -07:00
PT=${BG_PATH:-~/background}
cat $PT/color | xargs -I {} feh --bg-scale "$PT/{}.jpg"