Added explicit switch for config file so cron is happy

master 1.1.1
Steven Saus 3 years ago
parent b0c4a0cfb2
commit a0a662ebdb
  1. 4
      weather_image/README.md
  2. 3
      weather_image/weather_image.sh

@ -117,6 +117,7 @@ options:
* `-w ###` : height if sourced from pixabay
* `-o [full path]` : specify output file
* `-f [font family name]` : specify font family to use
* `-c [full path to config file]` : specify config file (useful for crontab, etc)
### Customization
@ -164,6 +165,9 @@ applying a blur effect to all background images.
Results in one image in my home directory, named `out.jpg`, using the Noto Serif
Black font, and pulling the source image from pixabay with no blur effect.
If your commandline gets a bit long, you may wish to use a wrapper script instead,
particularly if you choose to use [systemd timers](https://fedoramagazine.org/systemd-timers-for-scheduling-tasks/) instead of cron.
## 5. Todo

@ -256,6 +256,3 @@ rm "${TempDir}"/unsplash_blur.jpg
rm "${TempDir}"/unsplash.jpg
rm "${TempDir}"/WeatherIcon.png
rm -rf "${TempDir}"

Loading…
Cancel
Save