From 130af3aa0e75f9b2632b1d47fb58a6e54571f002 Mon Sep 17 00:00:00 2001 From: aditya-K2 Date: Thu, 23 Dec 2021 20:49:25 +0530 Subject: [PATCH] Update Documentation --- docs/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 999eb19..25382cd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,7 +1,6 @@ ## Table Of Contents * [Prerequisites](#prerequisites) -* [Installing / Building](#installing--building) * [Configuration](#configuration) * [MPD Port](#mpd-port) * [Music Directory](#music-directory) @@ -58,7 +57,7 @@ DEFAULT_IMAGE_PATH : "/path/to/default/image" ### Image Rendering The Default Position of the Image without any configuration assumes that you have no font or terminal padding or margin so Image will -be rendered at different places in different terminals, Also the TUIs calculates positions with the according to rows and columns +be rendered at different places in different terminals, Also the TUIs calculates positions with the respect to rows and columns and the image is rendered at pixel positions so the exact position can't be defined [ the app tries its best by calculating the font width and then predicting the position but it is best that you define some extra padding and your own image width ratio in config.yml. Please Read more about it in the [sample_config](https://github.com/aditya-K2/gomp/blob/master/sample_config.yml)