modify comments

This commit is contained in:
LtPeriwinkle 2020-06-24 12:18:28 -07:00
parent 0c32d13e6f
commit e1a9782458

View file

@ -13,6 +13,8 @@ Requires the following library:
Parameters: Parameters:
* spotify-buttons.format: Format string (defaults to '{artist} - {title}') * spotify-buttons.format: Format string (defaults to '{artist} - {title}')
Available values are: {album}, {title}, {artist}, {trackNumber} Available values are: {album}, {title}, {artist}, {trackNumber}
* spotify-buttons.layout: Order in which widgets appear (defaults to song, previous, pause, next)
Widget names are: spotify-buttons.song, spotify-buttons.prev, spotify-buttons.pause, spotify-buttons.next
""" """
class Module(core.module.Module): class Module(core.module.Module):