[doc]: link to the README instead of manpage
This commit is contained in:
parent
51f68addcd
commit
c4046d0cd2
2 changed files with 4 additions and 4 deletions
|
@ -6,8 +6,8 @@ Requires the following executable:
|
||||||
* playerctl
|
* playerctl
|
||||||
|
|
||||||
Parameters:
|
Parameters:
|
||||||
* playerctl.format: Format string (defaults to '{{artist}} - {{title}} {{duration(position)}}/{{duration(mpris:length)}}')
|
* playerctl.format: Format string (defaults to '{{artist}} - {{title}} {{duration(position)}}/{{duration(mpris:length)}}').
|
||||||
The format string is passed to 'playerctl -f' as an argument. See the 'Format Strings' section of 'man playerctl' for more information.
|
The format string is passed to 'playerctl -f' as an argument. Read `the README <https://github.com/altdesktop/playerctl#printing-properties-and-metadata>`_ for more information.
|
||||||
* playerctl.layout: Comma-separated list to change order of widgets (defaults to song, previous, pause, next)
|
* playerctl.layout: Comma-separated list to change order of widgets (defaults to song, previous, pause, next)
|
||||||
Widget names are: playerctl.song, playerctl.prev, playerctl.pause, playerctl.next
|
Widget names are: playerctl.song, playerctl.prev, playerctl.pause, playerctl.next
|
||||||
* playerctl.args: The arguments added to playerctl.
|
* playerctl.args: The arguments added to playerctl.
|
||||||
|
|
|
@ -1060,8 +1060,8 @@ Requires the following executable:
|
||||||
* playerctl
|
* playerctl
|
||||||
|
|
||||||
Parameters:
|
Parameters:
|
||||||
* playerctl.format: Format string (defaults to '{{artist}} - {{title}} {{duration(position)}}/{{duration(mpris:length)}}')
|
* playerctl.format: Format string (defaults to '{{artist}} - {{title}} {{duration(position)}}/{{duration(mpris:length)}}').
|
||||||
The format string is passed to 'playerctl -f' as an argument. See the 'Format Strings' section of 'man playerctl' for more information.
|
The format string is passed to 'playerctl -f' as an argument. Read `the README <https://github.com/altdesktop/playerctl#printing-properties-and-metadata>`_ for more information.
|
||||||
* playerctl.layout: Comma-separated list to change order of widgets (defaults to song, previous, pause, next)
|
* playerctl.layout: Comma-separated list to change order of widgets (defaults to song, previous, pause, next)
|
||||||
Widget names are: playerctl.song, playerctl.prev, playerctl.pause, playerctl.next
|
Widget names are: playerctl.song, playerctl.prev, playerctl.pause, playerctl.next
|
||||||
* playerctl.args: The arguments added to playerctl.
|
* playerctl.args: The arguments added to playerctl.
|
||||||
|
|
Loading…
Reference in a new issue