This repository has been archived on 2021-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
unsplash-wallpaper/unsplash

6 lines
199 B
Plaintext
Raw Permalink Normal View History

2017-11-17 21:40:46 +01:00
#/bin/bash
2017-11-17 23:44:25 +01:00
wget -O /tmp/wallpaper.jpg https://source.unsplash.com/collection/1053828/1920x1080
2017-11-17 21:40:46 +01:00
rm .cache/wallpaper/*
gsettings set org.gnome.desktop.background picture-uri file:///tmp/wallpaper.jpg