2023-04-19 16:34:57 +02:00
## earth_wallpaper
2023-04-19 16:59:11 +02:00
### Description
Obtain an image of the planet earth centered over a city, with the night shadow according to the current time and overlay information about temperature and time.
### Requirements
2023-04-19 21:29:49 +02:00
Tested with XFCE4 and Gnome 2 and 3.
2023-04-19 16:59:11 +02:00
### Usage
```bash
2023-04-19 21:29:11 +02:00
earth_wallpaper.sh --city < CITY > \
[--help] \
[--temperature-unit celsius|fahrenheit] \
[--wallpaper-file < FILE > ] \
[--archive-folder < FOLDER > ] \
[--screen-width < WIDTH > ] \
[--font-name < FONT_NAME > ] \
[--debug] \
[--logfile < LOG_FILE > ]
2023-04-19 16:59:11 +02:00
```