From 070fe865ddd47607316afd0e0f38e5d4a0480a2c Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Wed, 9 Sep 2020 14:15:16 +0200 Subject: [PATCH] [modules/spotify] update in the background to rule out issues in the dbus communication, update the spotify module in the background. see #702 --- bumblebee_status/modules/contrib/spotify.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bumblebee_status/modules/contrib/spotify.py b/bumblebee_status/modules/contrib/spotify.py index c3f4d1f..078ccd2 100644 --- a/bumblebee_status/modules/contrib/spotify.py +++ b/bumblebee_status/modules/contrib/spotify.py @@ -31,6 +31,8 @@ class Module(core.module.Module): def __init__(self, config, theme): super().__init__(config, theme, []) + self.background = True + self.__layout = util.format.aslist( self.parameter( "layout", "spotify.song,spotify.prev,spotify.pause,spotify.next",