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",