README.rst (533B)
1 lemontools 2 ========== 3 4 NOTE: This was mostly an experimental learning project for me and I have since 5 moved on. Proceed with caution. 6 7 module-based lemonbar wrapper in bash 8 9 Features: 10 - modular much like polybar 11 - themes are small individual config files 12 - modules and themes are small sourced bash files, so very customisable 13 - modules poll as little as possible, only updating the bar when required 14 15 Manual install: 16 17 .. code-block:: bash 18 19 make 20 sudo make install 21 22 Requires `lemonbar <https://github.com/LemonBoy/bar>`_.