Run in docker
$ git clone http://github.com/mindwm/mindwm-event-bar
$ cd mindwm-event-bar
$ make run NATS_SERVER=nats://root:r00tpass@ubuntu-dev:4222" SUBJECT="user-${USER}.$(hostname -s)-host-broker-kne-trigger._knative"
Run on host
$ git clone http://github.com/mindwm/mindwm-event-bar
$ cd mindwm-event-bar
# install eww lxterminal neovim jq
$ python3 -m venv .venv
$ . .venv/bin/activate
$ pip3 install -r ./requirements.txt
$ eww --config=`pwd` daemon
$ eww --config=`pwd` open mindwm-bar
$ cp .env.sample .env
# edit .env
$ . ./.env
$ python3 ./mindwm-bar.py