Skip to content

mindwm/mindwm-event-bar

Repository files navigation

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
Screencast.from.2024-10-11.17-18-02.webm
Screencast.from.2024-10-11.18-51-52.webm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published