dotfiles/dots/scripts/setWallFromUrl
Valentin Boettcher d83ec6d1b4 update
2019-02-12 13:10:26 +01:00

5 lines
77 B
Bash
Executable file

#!/bin/bash
URL=$1
FILE=$(mktemp)
wget -q $URL -O $FILE
feh --bg-fill $FILE