yabar/doc
Maximilian Bosch 1f776cd5f1
ya_int_song: improve configuration of playerctl properties
It's now possible to declare which properties from `playerctl`
(supported are `album`, `artist`, `title`) should be shown in the song
indicator. Before this, the usage of `<artist> - <title>` was hard-coded
which wasn't that usable if artist and/or title were quite long, now
it's up to the user what he wants to see.

The configuration can be used like this:

```
bar-list = ["bar"];
bar: {
  position: "top";
  block-list: ["ya_song"];
  ya_song: {
    exec: "YABAR_SONG";
    internal-option1: "spotify";
    internal-option3: "title artist album";
  }
}
```
2018-01-16 18:11:58 +01:00
..
yabar.1.asciidoc ya_int_song: improve configuration of playerctl properties 2018-01-16 18:11:58 +01:00