3 lines
84 B
Bash
3 lines
84 B
Bash
|
PT=${BG_PATH:-~/background}
|
||
|
cat $PT/color | xargs -I {} feh --bg-scale "$PT/{}.jpg"
|