1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-01 18:51:04 +02:00

feat(music): option to hide status icon on widget

Adds new `show_status_icon` option.

Resolves #97.
This commit is contained in:
Jake Stanger 2023-04-23 12:55:13 +01:00
parent dc16b1e15a
commit 76e2b7ba3e
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
3 changed files with 13 additions and 3 deletions

View file

@ -27,6 +27,7 @@ in MPRIS mode, the widget will listen to all players and automatically detect/di
| `icons.track` | `string/image` | `` | Icon to show next to track title. |
| `icons.album` | `string/image` | `` | Icon to show next to album name. |
| `icons.artist` | `string/image` | `ﴁ` | Icon to show next to artist name. |
| `show_status_icon` | `boolean` | `true` | Whether to show the play/pause icon on the widget. |
| `icon_size` | `integer` | `32` | Size to render icon at (image icons only). |
| `cover_image_size` | `integer` | `128` | Size to render album art image at inside popup. |
| `host` | `string/image` | `localhost:6600` | [MPD Only] TCP or Unix socket for the MPD server. |