Aucune description

BezierQuadratic 50fdd81e99 Fixed input method switcher ignoring argument il y a 1 an
LICENSE 3ba8d0dd3f Initial commit il y a 1 an
README.md 3ba8d0dd3f Initial commit il y a 1 an
lazy_customs.py 50fdd81e99 Fixed input method switcher ignoring argument il y a 1 an
xresources_palette.py 3ba8d0dd3f Initial commit il y a 1 an

README.md

Qtile Plugins

This includes Python plugins for Qtile. xresources_palette.py allows Qtile to read resources from Xrdbm with the generic function query_xresources(prefix, resourceName, default) and the function xresources_get_color(prefix, resourceName, default) that automatically converts colors from the rgb:rr/gg/bb format to the #rrggbb format, while lazy_customs.py includes a small collection of additional lazy functions.