[output/i3bar] Add flush method
flush() terminates a single iteration of widget drawing. see #23
This commit is contained in:
parent
712d958e18
commit
b6eb3ee8e6
6 changed files with 20 additions and 2 deletions
|
@ -3,11 +3,14 @@
|
|||
import sys
|
||||
import bumblebee.engine
|
||||
import bumblebee.config
|
||||
import bumblebee.output
|
||||
|
||||
def main():
|
||||
config = bumblebee.config.Config(sys.argv[1:])
|
||||
output = bumblebee.output.I3BarOutput()
|
||||
engine = bumblebee.engine.Engine(
|
||||
config=config
|
||||
config=config,
|
||||
output=output,
|
||||
)
|
||||
|
||||
engine.run()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue