From e1a97824586bc9713aa5edecb81d19a22e2faff4 Mon Sep 17 00:00:00 2001 From: LtPeriwinkle Date: Wed, 24 Jun 2020 12:18:28 -0700 Subject: [PATCH] modify comments --- bumblebee_status/modules/contrib/spotify-buttons.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bumblebee_status/modules/contrib/spotify-buttons.py b/bumblebee_status/modules/contrib/spotify-buttons.py index 54b2437..88c8ae9 100644 --- a/bumblebee_status/modules/contrib/spotify-buttons.py +++ b/bumblebee_status/modules/contrib/spotify-buttons.py @@ -13,6 +13,8 @@ Requires the following library: Parameters: * spotify-buttons.format: Format string (defaults to '{artist} - {title}') 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):