https://github.com/prise6/iss-hdev-wallpaper
I wanted to have a dynamic live wallpaper with ISS High Definition Earth Viewing
https://github.com/prise6/iss-hdev-wallpaper
iss space wallpaper
Last synced: 10 months ago
JSON representation
I wanted to have a dynamic live wallpaper with ISS High Definition Earth Viewing
- Host: GitHub
- URL: https://github.com/prise6/iss-hdev-wallpaper
- Owner: prise6
- Created: 2016-10-30T04:27:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-13T12:26:50.000Z (about 8 years ago)
- Last Synced: 2025-01-20T23:26:29.427Z (over 1 year ago)
- Topics: iss, space, wallpaper
- Language: Shell
- Size: 123 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ISS HD Earth Viewing Wallpaper \o/
## Sumup
I really do like views from space and i was tired of my old wallpaper.
So why not create dynamic wallpaper where photos come from the [ISS HDEV experiment](http://www.ustream.tv/channel/iss-hdev-payload).
```
~$ ./live.sh --wallpaper
```

```
~$ ./live.sh --wallpaper --with-location
```

(location and time on top left)
:camera: :dizzy_face:
```
~$ ./live.sh --post-socials
```
[Twitter](https://twitter.com/EarthAndISS)
[Instagram](https://www.instagram.com/earthfromiss/)
## Config:
* OS : debian
* windows manager : i3
* screen : 1920x1080
## Content
Script is not really long.
I wanted to be able to recognize if the stream was down (meaning loss of signal between earth and ISS) to avoid updating my wallpaper.
Same logic if the stream is too dark.
I tried to find a method to resize in a clever way, but hard work for me. :sweat:
i used:
* imagemagick CLI
* feh
* ffmpeg
## To Do
* ~~Add location text (dev branch)~~
* resize quality
* colors/filters?
## Refs
[Nasa](http://www.nasa.gov/mission_pages/station/research/experiments/917.html)
_PS: Shell is not really my thing so feel free to contribute or comment_ :v: