fixed readme
This commit is contained in:
parent
692e6679da
commit
7af0708ea3
1 changed files with 7 additions and 6 deletions
|
@ -1,17 +1,18 @@
|
||||||
# slideshow
|
# slideshow
|
||||||
|
|
||||||
a simple cli application
|
a simple cli application to start a background image slideshow using 'feh'.
|
||||||
|
|
||||||
## requirements
|
## requirements
|
||||||
|
|
||||||
- [ImageMagick](https://imagemagick.org/)
|
|
||||||
- [feh](https://feh.finalrewind.org/)
|
- [feh](https://feh.finalrewind.org/)
|
||||||
|
- [ImageMagick](https://imagemagick.org/) (optional)
|
||||||
|
|
||||||
## configuration
|
## configuration
|
||||||
|
|
||||||
configuration is entirely done via environment variables.
|
configuration is entirely done via environment variables.
|
||||||
|
|
||||||
| variable | default | description |
|
| variable | default | description |
|
||||||
|
| -------------------- | ----------------- | -----------------------------------------------------------|
|
||||||
| SLIDESHOW_INTERVAL | 60 | the interval of the slideshow in seconds |
|
| SLIDESHOW_INTERVAL | 60 | the interval of the slideshow in seconds |
|
||||||
| SLIDESHOW_DIRECTORY | "$HOME" | path to a directory containing images |
|
| SLIDESHOW_DIRECTORY | "$HOME" | path to a directory containing images |
|
||||||
| SLIDESHOW_RESOLUTION | | the resolution to which images are scaled (i.e. 1920x1080) |
|
| SLIDESHOW_RESOLUTION | | the resolution to which images are scaled (i.e. 1920x1080) |
|
||||||
|
|
Loading…
Reference in a new issue