1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-04-19 19:34:24 +02:00

docs(music): remove irrelevant icon format token

BREAKING CHANGE: (Missed from #96141d4) The `{icon}` token has been removed from the `music` module due to incompatibility with the new image/icon support. The icon now always displays as a separate widget before the label and should be removed from your formatting string.
This commit is contained in:
Jake Stanger 2023-02-01 17:52:34 +00:00
parent 0b9af6bb26
commit 90f57d61b9
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61

View file

@ -116,7 +116,6 @@ and will be replaced with values from the currently playing track:
| Token | Description |
|--------------|--------------------------------------|
| `{icon}` | Either `icons.play` or `icons.pause` |
| `{title}` | Title |
| `{album}` | Album name |
| `{artist}` | Artist name |