4k wallpapers ftw
This commit is contained in:
parent
40e4209e7a
commit
259c8bb5a0
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ DIR="${1:-/tmp}"
|
|||
mkdir -p "$DIR"
|
||||
|
||||
notify-send -r 9897 -i information -t 1000 "Wallpapers" "Downloading..."
|
||||
URL="https://wallhaven.cc/api/v1/search?categories=100&purity=100&atleast=1920x1080&ratios=16x9&sorting=random"
|
||||
URL="https://wallhaven.cc/api/v1/search?categories=100&purity=100&atleast=3840x2160&ratios=16x9&sorting=random"
|
||||
ID="$(curl --silent "$URL" | jq -r '.data[0].id')"
|
||||
IMAGE_META=$(curl --silent "https://wallhaven.cc/api/v1/w/$ID")
|
||||
IMAGE_URL="$(echo "$IMAGE_META" | jq -r '.data.path')"
|
||||
|
|
Loading…
Reference in a new issue