[core] Add option to draw widgets right-to-left

fixes #295
This commit is contained in:
Tobias Witek 2018-09-22 14:40:32 +02:00
parent 8863ce1c5b
commit e80ae8b91e
3 changed files with 12 additions and 3 deletions

View file

@ -39,7 +39,7 @@ def main():
)
theme = bumblebee.theme.Theme(config.theme(), config.iconset())
output = bumblebee.output.I3BarOutput(theme=theme)
output = bumblebee.output.I3BarOutput(theme=theme, config=config)
inp = bumblebee.input.I3BarInput()
engine = None