added config into readme
This commit is contained in:
parent
f1ba66939b
commit
c0521b045d
12
README.md
12
README.md
|
@ -70,6 +70,18 @@ optional arguments:
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</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
|
## License
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue