diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -41,7 +41,7 @@ When running, the program will pipe out json in waybar's format. Add something l ``` "custom/waybar-mpris": { "return-type": "json", - "exec": "waybar-mpris --position --autofocus", + "exec": "waybar-mpris --autofocus --text-format=\"%i [%p/%d] %a - %t\"", "on-click": "waybar-mpris --send toggle", // This option will switch between players on right click. "on-click-right": "waybar-mpris --send player-next", @@ -82,7 +82,6 @@ Usage of ./waybar-mpris: apply. * `--play/--pause` specify the symbols or text to display when music is paused/playing respectively. * `--autofocus` makes waybar-mpris automatically focus on currently playing music players. -* `--position` enables the display of the track position. * `--interpolate` increments the track position every second. This is useful for players (e.g mpDris2) that don't regularly update the position. * `--max-title` the maximum number of characters before the title cuts off. * `--replace`: By default, new instances will attach to the existing one so that the output is identical. This lets this instance replace any others running. It isn't recommended. |