/ISS-HDEV-wallpaper

I wanted to have a dynamic live wallpaper with ISS High Definition Earth Viewing

Primary LanguageShell

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.

~$ ./live.sh --wallpaper

view from ISS

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

view from ISS with location

(location and time on top left)

📷 😵

~$ ./live.sh --post-socials

Twitter Instagram

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. 😓

i used:

  • imagemagick CLI
  • feh
  • ffmpeg

To Do

  • Add location text (dev branch)
  • resize quality
  • colors/filters?

Refs

Nasa

PS: Shell is not really my thing so feel free to contribute or comment ✌️