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

Commit 13f6111f66171a485a383f7c6418a6f7abd9bc79
Parent: b14c222453b9544e03d7fec2fc1b59842474bec5
Author: mcol <mcol@posteo.net>
Date: 2020-01-25 17:54:25 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2020-01-25 17:54:25 +0000

add Popups and notification to the readme

readme.rst Modified

@@ -10,8 +10,11 @@
     - Avoiding extra dependencies.
 
 
+Bases
+-----
+
 Notifiers
----------
+`````````
 
 :code:`Notifier`-based plugins expose methods that trigger notifications, with
 the purpose of being bound to keys.
@@ -35,6 +38,14 @@
 :code:`qtools.Notifier` in :code:`qtools/__init__.py`.
 
 
+Popups
+``````
+
+The :code:`Popup` class can be used to create and control popup windows, such
+as tooltips or notifications. For an example see the :code:`notification`
+plugin.
+
+
 Plugin list
 -----------
 
@@ -45,6 +56,8 @@
 
 backlight       Notifier that controls backlight level
 
+notification    A fully functional notification server
+
 mpc             Notifier that controls MPD
 
 xresources      Load X resources into Qtile config