From 3bb18dd41416d20e3799b12b30dc28df29a0569a Mon Sep 17 00:00:00 2001 From: WORD559 Date: Mon, 17 Dec 2018 17:31:05 +0000 Subject: [PATCH] Formatting --- bumblebee/modules/deadbeef.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bumblebee/modules/deadbeef.py b/bumblebee/modules/deadbeef.py index 88cc324..b173b79 100644 --- a/bumblebee/modules/deadbeef.py +++ b/bumblebee/modules/deadbeef.py @@ -10,14 +10,14 @@ Requires the following library: * subprocess Parameters: - * deadbeef.format: Format string (defaults to "{artist} - {title}") - Available values are: {artist}, {title}, {album}, {length}, - {trackno}, {year}, {comment}, - {copyright}, {time} + * deadbeef.format: Format string (defaults to "{artist} - {title}") + Available values are: {artist}, {title}, {album}, {length}, + {trackno}, {year}, {comment}, + {copyright}, {time} * deadbeef.previous: Change binding for previous song (default is left click) * deadbeef.next: Change binding for next song (default is right click) * deadbeef.pause: Change binding for toggling pause (default is middle click) - * deadbeef.scrolling: Change the speed that the text in the module scrolls (default is 0) + * deadbeef.scrolling: Change the speed at which the text in the module scrolls (default is 0) Available options for deadbeef.previous, deadbeef.next and deadbeef.pause are: LEFT_CLICK, RIGHT_CLICK, MIDDLE_CLICK, SCROLL_UP, SCROLL_DOWN