From 1f10b83ad7045ae76dc6f84de6c985ce6fb59d55 Mon Sep 17 00:00:00 2001 From: Dryusdan Date: Fri, 17 Nov 2017 23:44:25 +0100 Subject: [PATCH] Change to collection --- unsplash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unsplash b/unsplash index b9b2b13..5b4b537 100755 --- a/unsplash +++ b/unsplash @@ -1,5 +1,5 @@ #/bin/bash -wget -O /tmp/wallpaper.jpg https://unsplash.it/2560/1444/?random +wget -O /tmp/wallpaper.jpg https://source.unsplash.com/collection/1053828/1920x1080 rm .cache/wallpaper/* gsettings set org.gnome.desktop.background picture-uri file:///tmp/wallpaper.jpg