summaryrefslogtreecommitdiff
path: root/panel.py
Commit message (Collapse)AuthorAgeFilesLines
* support spacing as part of each moduleDavid Vazgenovich Shakaryan2024-02-191-19/+31
| | | | This allows spacing to be inserted only if the module is paintable.
* correctly indicate focused urgent tag when multiple urgentDavid Vazgenovich Shakaryan2024-02-191-8/+9
|
* abstract out formatting and other cleanupDavid Vazgenovich Shakaryan2024-02-181-60/+81
|
* split tags and window title into separate modulesDavid Vazgenovich Shakaryan2024-02-061-37/+90
| | | | | This is done using a shared herbstclient idler to which the separate modules can add listeners for specific hooks.
* monitor input availability through udev eventsDavid Vazgenovich Shakaryan2024-02-051-16/+45
|
* allow multiple clickable modules of same typeDavid Vazgenovich Shakaryan2024-02-051-9/+10
|
* initial importDavid Vazgenovich Shakaryan2024-02-051-0/+225