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
Executable File

#/bin/bash
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