obestwalter / py3status-pewpew

py3status module to control i3wm with the pewpew

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis CI status PyPI version

py3status-pewpew

A py3status module turning the PewPew into a controller and external workspace display for the i3wm tiling window manager.

Watch a short demo video

Extend i3 with your PewPew. Use the buttons to send messages to i3 (or do whatever else you like) and always see which workspace you are on.

install

pip install py3status-pewpew

See install-ubuntu16.04.md for specific instructions on that distribution.

testing

run the tests with tox:

$ cd </path/to/this/repo>
$ tox

development

install a development environment:

$ cd </path/to/this/repo>
$ tox -e dev

... and activate it e.g via source .tox/dev/bin/activate. Then run tests with pytest.

Debugging hint - use screen to get direct access and run commands in the REPL:

$ screen /dev/ttyACM0

This will open a screen session. Ctrl+C and Enter is useful to soft reboot pewpew in there.

About

py3status module to control i3wm with the pewpew

License:MIT License


Languages

Language:Python 100.0%