[core/theme] Add true cycling support
Using the freshly introduced eventing system, enable cycling of widget attributes.
This commit is contained in:
parent
a4904d998f
commit
6e5e297d93
3 changed files with 26 additions and 6 deletions
|
@ -49,6 +49,7 @@ class i3(object):
|
|||
'background': self._theme.bg(widget),
|
||||
'separator': self._theme.default_separators(),
|
||||
})
|
||||
core.event.trigger('next-widget')
|
||||
return widgets
|
||||
|
||||
def update(self, affected_modules=None):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue