From c275487af4880a8ea39d9b9e7c661bc170ff424c Mon Sep 17 00:00:00 2001 From: Kenzie Date: Sun, 25 Jul 2021 01:36:37 +0000 Subject: [PATCH] Updated README --- README.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 35034ad..04d5410 100644 --- a/README.md +++ b/README.md @@ -61,30 +61,30 @@ This section allows you to change the keybinds for the player. The format for a ## Default keybinds -| Key | function | -|-------|---------------------| -| h | Show keybinds | -| p | Play/pause | -| > | Next track | -| < | Last track | -| q | Quit | -| + | Volume up | -| - | Volume down | -| i | Toggle info | -| Up | Selection up | -| Down | Selection down | -| Enter | Play selected song | +| Key | function | +| ----- | ------------------ | +| h | Show keybinds | +| p | Play/pause | +| > | Next track | +| < | Last track | +| q | Quit | +| + | Volume up | +| - | Volume down | +| i | Toggle info | +| Up | Selection up | +| Down | Selection down | +| Enter | Play selected song | These keybinds can be changed by editing the config file. See the [`config.example`](config.example) file for the format. ## F.A.Q. -1. **Q:** Album art is not showing up. -**A:** Make sure your `music_directory` is not quoted i.e. if your music directory is `~/My Music` then your config should look like `music_directory = ~/My Music`. -If this does not work, try changing `image_method` from `pixcat` to `ueberzug` or vice versa. +- **Q:** Album art is not showing up. + **A:** Make sure your `music_directory` is not quoted i.e. if your music directory is `~/My Music` then your config should look like `music_directory = ~/My Music`. + If this does not work, try changing `image_method` from `pixcat` to `ueberzug` or vice versa. -2. **Q:** Album art is too big/too small. -**A:** You need to configure `font_height` and `font_width`. Their values should be the actual pixel height and width of a character in your terminal. +- **Q:** Album art is too big/too small. + **A:** You need to configure `font_height` and `font_width`. Their values should be the actual pixel height and width of a character in your terminal. ## More screenshots!