added config into readme

This commit is contained in:
Siddharth Dushantha 2019-08-01 08:58:54 +02:00
parent f1ba66939b
commit c0521b045d
1 changed files with 12 additions and 0 deletions

View File

@ -70,6 +70,18 @@ optional arguments:
</a>
</p>
## Configure
You can configure `kunst` through environment variables.
```bash
# The size of the album art to be displayed
export KUNST_SIZE="250x250"
# Where your music is located
export KUNST_MUSIC_DIR="/home/username/Music/"
```
## License
MIT License