[core/decorators] Add more tests
This commit is contained in:
parent
162398c6b6
commit
b99ac07ef0
3 changed files with 27 additions and 8 deletions
|
@ -80,6 +80,7 @@ class i3(object):
|
|||
'full_text': self.__decorate(module, widget, text),
|
||||
'color': self._theme.fg(widget),
|
||||
'background': self._theme.bg(widget),
|
||||
'min_width': widget.get('theme.minwidth'),
|
||||
})
|
||||
return [attr]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue