[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:
parent
f05098a120
commit
26ae63b5ad
3 changed files with 25 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue