rcaelers / workrave

Workrave is a program that assists in the recovery and prevention of Repetitive Strain Injury (RSI). The program frequently alerts you to take micro-pauses, rest breaks and restricts you to your daily limit.
https://www.workrave.org
GNU General Public License v3.0
1.61k stars 204 forks source link

Reworked workrave-break-info.py into something that can be used as a Python module #563

Closed jjramsey closed 4 months ago

jjramsey commented 4 months ago

After looking at the documentation for qtile, it occurred to me that if the script were reworked, it could be used as a module for those who wanted to do something fancy, either with qtile or something else. In order for it to be imported as a module, though, I did need to change the script's name to use underscores instead of dashes, though.