Skip to content

Commit d78c433

Browse files
authored
Update README.md
1 parent a20904f commit d78c433

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pip install miniplayer
2323

2424
The config file is located at `~/.config/miniplayer/config`. The example configuration file, [`config.example`](config.example), has all the default values. You will need to create the file yourself.
2525

26-
#### player
26+
### player
2727
Wow, that volume step is huge. Why isn't my album art centered?
2828

2929
| Option | Description |
@@ -40,7 +40,7 @@ The `font_width` and `font_height` options are used to center the album art prop
4040
![font-example](https://github.com/GuardKenzie/miniplayer/blob/main/img/font.png?raw=true)
4141

4242

43-
#### art
43+
### art
4444
Why listen to music if you can't look at the pretty album art?
4545

4646
| Option | Description |
@@ -50,7 +50,7 @@ Why listen to music if you can't look at the pretty album art?
5050
| http_cover_filenames | Space separated list of filenames to use in the call to the webserver to fetch the album art. |
5151
| image_method | The method to use for drawing album art. Available values are `pixcat` and `ueberzug`. |
5252

53-
#### mpd
53+
### mpd
5454
Tell me your mpd address please!
5555

5656
| Option | Description |
@@ -60,7 +60,7 @@ Tell me your mpd address please!
6060
| pass | The mpd password |
6161

6262

63-
#### keybindings
63+
### keybindings
6464
This section allows you to change the keybinds for the player. The format for a keybind is `key = action` (for example `p = play_pause` or `left = last_track`).
6565

6666
To use `shift` as a modifier, capitalize the keybinding (i.e. `shift + p` becomes `P` and `shift + left` becomes `Left`). **This only works for alpha keys and the arrow keys!**
@@ -85,7 +85,7 @@ To use `shift` as a modifier, capitalize the keybinding (i.e. `shift + p` become
8585
| `delete` |
8686

8787

88-
#### theme
88+
### theme
8989
Make it yours!
9090

9191
| Option | Description |

0 commit comments

Comments
 (0)