An (outdated) collection of plugins for Qtile.
git clone https://github.com/m-col/qtools
Files | Refs | Readme

-rw-r--r-- qtools/mpc/__init__.py


      1 from .mpc import Client
      2 __all__ = ('Client',)
      3