[core/theme] Add preliminary cycling support

Add support for cycling values in a theme, for now as long as the cycle
size is 0 :P
This commit is contained in:
Tobias Witek 2020-02-16 14:02:21 +01:00
parent f05098a120
commit 26ae63b5ad
3 changed files with 25 additions and 6 deletions

View file

@ -43,6 +43,7 @@ class i3(object):
'name': module.id(),
'color': self._theme.fg(widget),
'background': self._theme.bg(widget),
'separator': self._theme.default_separators(),
})
return widgets