From 99a6a11e3ab78cb16136cbd765586b91ccc65cc1 Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Wed, 8 Apr 2020 14:13:18 +0200 Subject: [PATCH] [core/output] Fix drawing of separator backgrounds --- core/output.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/output.py b/core/output.py index 436c4af..4b14844 100644 --- a/core/output.py +++ b/core/output.py @@ -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