Merge branch 'meain-traffic'
This commit is contained in:
commit
2e5ea91291
4 changed files with 86 additions and 0 deletions
|
@ -91,6 +91,7 @@ class I3BarOutput(object):
|
|||
padding = self._theme.padding(widget)
|
||||
prefix = self._theme.prefix(widget, padding)
|
||||
suffix = self._theme.suffix(widget, padding)
|
||||
minwidth = self._theme.minwidth(widget)
|
||||
if prefix:
|
||||
full_text = u"{}{}".format(prefix, full_text)
|
||||
if suffix:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue