From 542d841622b4aee1339d8f1f274c6d5bb7bf2db9 Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Thu, 25 Jun 2020 20:00:05 +0200 Subject: [PATCH] [modules/spotify] add contribution --- bumblebee_status/modules/contrib/spotify.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bumblebee_status/modules/contrib/spotify.py b/bumblebee_status/modules/contrib/spotify.py index 66b67c9..3f26ef7 100644 --- a/bumblebee_status/modules/contrib/spotify.py +++ b/bumblebee_status/modules/contrib/spotify.py @@ -17,6 +17,10 @@ Parameters: Available values are: {album}, {title}, {artist}, {trackNumber} * spotify.layout: Comma-separated list to change order of widgets (defaults to song, previous, pause, next) Widget names are: spotify.song, spotify.prev, spotify.pause, spotify.next + +contributed by `yvesh `_ - many thanks! + +added controls by `LtPeriwinkle `_ - many thanks! """