From c0521b045de8e6c7d74443fccbba2a86d92d46f3 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Thu, 1 Aug 2019 08:58:54 +0200 Subject: [PATCH] added config into readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index f572fdf..14317a3 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,18 @@ optional arguments:

+ +## 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