[core/output] Fix drawing of separator backgrounds
This commit is contained in:
parent
20044762af
commit
99a6a11e3a
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class block(object):
|
||||||
|
|
||||||
self.__attributes['name'] = module.id
|
self.__attributes['name'] = module.id
|
||||||
self.__attributes['instance'] = widget.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):
|
def set(self, key, value):
|
||||||
self.__attributes[key] = value
|
self.__attributes[key] = value
|
||||||
|
|
Loading…
Reference in a new issue