[core/output] Fix drawing of separator backgrounds

This commit is contained in:
tobi-wan-kenobi 2020-04-08 14:13:18 +02:00
parent 20044762af
commit 99a6a11e3a

View file

@ -34,7 +34,7 @@ class block(object):
self.__attributes['name'] = module.id
self.__attributes['instance'] = widget.id
self.__attributes['prev-bg'] = theme.get('prev-bg')
self.__attributes['prev-bg'] = theme.get('bg', 'previous')
def set(self, key, value):
self.__attributes[key] = value