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

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


      1 from .notification import Server
      2 __all__ = ('Server',)
      3