Updated the readme to include album_art_only and the toggle_info keybinds

This commit is contained in:
GuardKenzie
2021-04-30 18:12:18 +00:00
parent 7628bb37f7
commit 6d8006932d

View File

@ -33,6 +33,7 @@ The config file is located at `~/.config/miniplayer/config`. The example configu
* ***image_method*:** The method to use for drawing album art. Available values are `pixcat` and `ueberzug` * ***image_method*:** The method to use for drawing album art. Available values are `pixcat` and `ueberzug`
If you are not using Kitty, try `ueberzug`. If you are not using Kitty, try `ueberzug`.
* ***volume_step*:** The ammount (in percents) the volume will be adjusted on pressing the volume up and volume down keys. * ***volume_step*:** The ammount (in percents) the volume will be adjusted on pressing the volume up and volume down keys.
* ***album_art_only*:** Weather or not to only draw the album art and no other track info (`true/false`).
#### mpd #### mpd
@ -48,6 +49,7 @@ This section allows you to change the keybinds for the player. The format for a
* `last_track` * `last_track`
* `volume_down` * `volume_down`
* `volume_up` * `volume_up`
* `toggle_info`
* `help` * `help`
* `quit` * `quit`
@ -62,7 +64,8 @@ This section allows you to change the keybinds for the player. The format for a
| < | Last track | | < | Last track |
| q | Quit | | q | Quit |
| + | Volume up | | + | Volume up |
| - | Volume down | | - | Volume down |
| i | Toggle info |
These keybinds can be changed by editing the config file. See the [`config.example`](config.example) file for the format. These keybinds can be changed by editing the config file. See the [`config.example`](config.example) file for the format.