https://github.com/jbouter/timed-wallpapers
Sometimes, I gather up wallpapers and make them timed
https://github.com/jbouter/timed-wallpapers
Last synced: 5 months ago
JSON representation
Sometimes, I gather up wallpapers and make them timed
- Host: GitHub
- URL: https://github.com/jbouter/timed-wallpapers
- Owner: jbouter
- Created: 2020-04-13T19:58:35.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2020-08-07T09:35:46.000Z (almost 6 years ago)
- Last Synced: 2025-10-08T21:49:25.634Z (8 months ago)
- Size: 24.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Timed Wallpapers
Sometimes, I gather up wallpapers and make them timed (to work in GNOME). I then delete, or reinstall, and lose the work.
I decided to save those wallpapers here. All rights on those images go out to the original creators.
# Exodus
Source: [github.com/b1illzard-34](https://github.com/b1izzard-34/Dynamic-gnome-wallpapers)

# Lakeside
Source: [Louis Coyle](https://dribbble.com/shots/6498887-Lakeside-2019)

# Installation
Place the directories in either `/usr/share/backgrounds/` or `~/.local/share/backgrounds/` and select the `timed.xml` using **GNOME Tweaks**

## Notes
GIF Images have been generated using:
```bash
# Exodus
convert -resize 20% -delay 120 -loop 0 Exodus-morning.jpeg Exodus-afternoon.jpeg Exodus-evening.jpeg Exodus-night.jpeg exodus_preview.gif
# Lakeside
convert -resize 20% -delay 120 -loop 0 lakeside-morning.png lakeside-afternoon.png lakeside-evening.png lakeside-night.png lakeside_preview.gif
```